JQuery selectors not working -
Hi all
I'm using jQuery in a client project which loads custom javascript
code through the Firefox Greasemonkey Plugin. The script itself
appends some custom code and elements to the body element.
Everything worked well until one or two days ago, but suddenly the
append of this code fails. There are no javascript error messages. The
I assume this problem relates to a recent update of Firefox or JQuery.
Currently I have the following versions installed:
- Firefox 2.0.0.14
- Greasemonkey Firefox Add-On, version 0.7.20080121.0 (most recent
version)
- JQuery 1.2.5 (is loaded by the Greasemonkey script at
http://code.jquery.com/jquery-latest.js
I debugged this so far (using the Firefox Firebug extension):
- JQuery is loaded correctly and working (this was tested through
alert($) which displays correctly the corresponding jQuery function)