Hey psicomante,
I found an issue and fixed it (#285178: Problem with views 2 and exposed filters with AJAX enabled), but I think you should put the Drupal.behaviours stuff in the module, so that Drupal.behaviours are used automatically.
Just replace $(document).ready(function() { in line 110 (jtooltips.module) with Drupal.behaviors.jtooltip = function(context) {.
And we've to replace });on line 117 to };.
Patch is in the attachment.
Thanks
Yannick
| Comment | File | Size | Author |
|---|---|---|---|
| jtooltips.patch | 531 bytes | yannickoo |