[jQuery] Re: Event Not Triggering On External JS Files

2009-08-26 Thread Meroe
Sent: Wednesday, August 26, 2009 12:00 AM To: jQuery (English) Subject: [jQuery] Re: Event Not Triggering On External JS Files @Meroe: That was kind of pseudo-code so I checked anyway and there's no spaces in the actual code. @James: No, it doesn't work if I put the jQuery script tag in the head

[jQuery] Re: Event Not Triggering On External JS Files

2009-08-25 Thread James
Does it work if you put your jquery library at the top? (In the head) On Aug 25, 12:31 pm, Greg greg.heid...@gmail.com wrote: I built a small JavaScript file that does some HTML and CSS manipulation when you hover over any tag with a certain class.  It works great when running on the same

[jQuery] Re: Event Not Triggering On External JS Files

2009-08-25 Thread Greg
@Meroe: That was kind of pseudo-code so I checked anyway and there's no spaces in the actual code. @James: No, it doesn't work if I put the jQuery script tag in the head. I was wondering if it had something to do with preventing XSS? There is an ajax call to the button.js's domain (which