[jQuery] Re: jQuery moreSelectors :modified - code stopped working

2008-04-10 Thread skube
Has this issue been resolved? On Mar 27, 8:31 am, Stuart <[EMAIL PROTECTED]> wrote: > One other bit of wierdness is that using unsaved = $ > ("*:modified").size(); causes firebug to ignore breakpoints and the > debug directive. If I use unsaved = $("FORM/*:modified") firebug works > as expected.

[jQuery] Re: jQuery moreSelectors :modified - code stopped working

2008-03-27 Thread Stuart
One other bit of wierdness is that using unsaved = $ ("*:modified").size(); causes firebug to ignore breakpoints and the debug directive. If I use unsaved = $("FORM/*:modified") firebug works as expected. There are no errors, it just ignores the breakpoints and the debug. Does anybody use this plu

[jQuery] Re: jQuery moreSelectors :modified - code stopped working

2008-03-26 Thread Stuart
I've done some further testing using this simplified code: var unsaved = $("*:selector").size(); The following selectors work as expected (returning the correct number of elements): :text :textarea :select :selected :multiple The :modified selector returns undefined. The odd thing is that this s