Ok, this isn't a plugin request but it is related to JQuery.

Occasionally I wonder whether a site is using JQuery to make their cool
effects.  I made a bookmarklet to quickly try to access the JQuery object on
the page and return either the JQuery version or a no JQuery in use message.

Here's the bookmarklet:

javascript:(function() { try { alert("This page uses JQuery version "+
$().jquery); } catch(err) { alert("No JQuery!"); } } )()

Now for the request, I would love to see this packaged into a FireFox
plugin.  I envision an unobtrusive item on the status bar that either says
that the current page isn't using JQuery or shows the JQuery version being
used on the page.  This way you could check sites during your normal web
browsing.

Anyone out there skilled in Firefox Extension authoring want to take this
on?

-Jason
-- 
View this message in context: 
http://www.nabble.com/Plugin-Requests-tf3446837.html#a9638440
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to