Reputation: 67
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?"
Upvotes: 1
Views: 225
Reputation: 114
I think that you're a little confused in what is jquery-specific and simple javascript functions like isarray, isnumeric etc.
Upvotes: 1