https://bugzilla.wikimedia.org/show_bug.cgi?id=28668

--- Comment #7 from Junaid <junu...@gmail.com> 2011-07-17 01:58:01 UTC ---
Unfortunately my above line
$.narayam.addInputs($('input').not('[type]'));
not worked. Then I tried with jQuery's proprietary :text selector and found
working (no performance boost). So used it in code and made a commit (r92347,
forgot to mention this bug id on commit message)

As Brion noted out it was a problem that the extension has no effect on input
fields added to DOM later. So I tried with jQuery's live() function, found it
working :)

I have installed changed extension on my testwiki: http://testwiki.junaidpv.in
the site has HotCat installed, it is working on HotCat's fields, you may try
it.

My code diff is: https://gist.github.com/1087017

Should I commit the change or any suggestions?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to