[jQuery] Re: IDE supporting jQuery

2009-09-11 Thread szymon jankowski
NetBeans IDE also has jquery support. best regards, SJ On Sep 10, 7:58 pm, MorningZ wrote: > Are you looking for something where Intellisense would work for > jQuery?  Something else?    Open source so it's free or some other > reason? > > A lot will depend on what you use for server side code

[jQuery] Set the focus of input after an onChange is triggered

2009-08-17 Thread szymon jankowski
Hello!!! I am having trouble with the focus() function in one of my js/jquery scripts. I want to have an input field that will "listen" to any info coming in from a barcode scanner. It should work like this: - page loads, focus is set to my "scannerInput" field, - user scans a barcode, the code i