jijo-paulose / ulipad

Automatically exported from code.google.com/p/ulipad
0 stars 0 forks source link

jquery enhancement with patch! #141

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
jquery's auto complete fires off whenever a '.' is entered.  This is 
probably not the best behavior, because it does not allow jquery to be used 
with other ACP modes like javascript (js).

I've attached a patch that only fires off '.' autocompletion if the . is 
preceded by a '$' or a $( ... ) call.  This is a better behavior, imo.

Original issue reported on code.google.com by programm...@gmail.com on 24 Oct 2008 at 2:22

Attachments:

GoogleCodeExporter commented 9 years ago
fixed. thank you.

Original comment by limo...@gmail.com on 24 Oct 2008 at 4:30