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
Original issue reported on code.google.com by
programm...@gmail.com
on 24 Oct 2008 at 2:22Attachments: