[jQuery] is(':checked') always returns false

2009-10-01 Thread bob.nel...@gmail.com
I have a bunch of checkboxes that I want to have checked when the user checks a master checkbox. I've done this before and reused the working code, but changed some DOM id's. The problem is its not working. I've narrowed it down to is(':checked') as always returning false. Again, I've reused worki

[jQuery] Ajax Kill switch?

2009-06-10 Thread bob.nel...@gmail.com
Hey All, So I have a site that utilizes Ajax (via Jquery) alot with timed interval events, etc. There are certain sections in the application that pull in a LOT of data. Sometimes, if the user starts one of these ajax heavy tasks, one (or more) of these timed ajax events might get called. I'd li

[jQuery] Help with .load(), strips script tags

2009-04-16 Thread bob.nel...@gmail.com
Hi all, I'm relatively new to jQuery and I've run across an issue. When I use the .load() function to inject a page into the DOM, the