Jquery Code completion in NetBeans IDE 6.9 is not working in Windows 7

616 views Asked by At

I use NetBean version 6.9.1. Code completion in NetBeans works for other programming langauges except jquery in my Windows 7... <script type="text/javascript" src="jquery.min.js"></script> is added on header and Jquery works in all Browsers.

For example: When I write $("p:first").app , $("p:first").append() should appear in the drop down. But It does not appear.

How can I make code completion work in NetBeans? Please help.

1

There are 1 answers

0
bflemi3 On

From the netbeans documentation : trying using ctrl-space once you've started typing.