Example. It should auto-complete length
here:
But it’s not working in JS or jQuery at all, althought I got this in the begining of a script:
/**
* @param $ {jQuery}
*/
Example. It should auto-complete length
here:
But it’s not working in JS or jQuery at all, althought I got this in the begining of a script:
/**
* @param $ {jQuery}
*/
Enable jQuery API in Prefs - Code Intelligence - API Catalogs
Hi,I have the same problem with Komodo Edit 9,can’t make jQuery autcomplete (in Wordpress project),I’ve enabled jQuery in Prefs - Code Intelligence - API Catalogs
can’t make it work
thank!
seems not working inside of something like this
jQuery(document).ready(function($) {
});
but seems to work inside:
$(document).ready(function(){
});