I just downloaded netbeans 7.1 (PHP) to develop javascript. Autocompletion is working across the javascript files in the project, and jQuery is supported - somewhat.
If I type "$.is" I get the following options:
Note the missing "isArray", "isNumeric", etc, etc...
The javascript settings in Netbeans:
Question: "What am I missing?"
I think that you're a little confused in what is jquery-specific and simple javascript functions like isarray, isnumeric etc.
ReplyDelete