JBuery Netbeans selector ends automatically

I cannot get Netbeans to automatically populate my selectors for jQuery, for example:

<a id="hello" href="#">Hello</a>
<script type="text/javascript">
    $("|").hide();
</script>

As far as I understand the documentation at this stage, it should show the tags available on the page when I press the control button + space on |, but instead does not display any suggestions. References [1] and [2] clearly show that this was implemented. I have not tried the prototype, link [2] shows that jQuery support has also been added.

Function autocomplete works fine, with the built-in JQuery 1.4.2 library, this is only an automatic selector setting that does not work. Any suggestions?

[1] http://wiki.netbeans.org/JavaScript#Embedded_Completion

[2] http://wiki.netbeans.org/JavaScript#Recently_Added

Product Version: NetBeans IDE 6.8 (Build 200912041610)
Java: 1.6.0_18; Java HotSpot(TM) Client VM 16.0-b13
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)

5 :

, 8.0.2 Netbeans jQuery php html. , , , , , , yay!

+3
2

, , . , , - .

netbeans - php html. html jquery , . php html, .

, , , html , php. / netbeans, , html/js , html/js-.

+2

1 , html. , Prototype.js. , jquery, - , id jquery, $('# id') - #.

, if you have $("f|"), , $("f, - f ( "|", ), .

:
html: <div id="blabla">12345</div>
jscript: $('bl');
bl + , , blabla.

+2

Source: https://habr.com/ru/post/1735626/


All Articles