micahmanquen / django-ldap-groups

Automatically exported from code.google.com/p/django-ldap-groups
0 stars 0 forks source link

Use jQuery 1.3 native Live(), remove Live Query dependency #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
With the native Live() support in jQuery 1.3, it seems that Live Query is not 
needed for the admin 
group lookup feature.

I'm attaching a patch that simply replaces calls to livequery() with live(). In 
my testing, this works 
just as before without the need for the third party script.

If it works for others, the README should also be updated to remove the mention 
of Live Query.

Original issue reported on code.google.com by luke...@gmail.com on 25 Jan 2010 at 4:12

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by tphern...@gmail.com on 14 Jul 2010 at 1:04