I have an area of my site that requires the end user to place a snippet of code in their own site. The snippet must make an ajax call back to my site and send some simple data.
I've set up a few code snippets in different languages to accommodate the user.
With jQuery this is very easy, both for me and for the end-user to understand and implement. With javascript, it isn't too bad either but it's not nearly as elegant.
So, I'd really prefer to just give the end-user a snippet of code that would comprise of the <link> to import jQuery and the jquery function itself.
I guess my question then is: jQuery is more compatible? Globally available? Supported? ..etc...are there any reasons left to offer up a javascript solution or will I be covering all bases with a nice clean jQuery slide?
Thanks