On Oct 17, 2006, at 4:00, Blair McKenzie wrote:

> I'm just guessing, but possibly
>
> $("#div")[call]()

I am using something similar to dynamically change which event  
engages plugin 1) :

-cut-
...
    var settings = {
                 event  : 'click'
     };
     if(options) {
         jQuery.extend(settings, options);
     };
     $(this)[settings.event](function(e) {
...
-cut-

1) http://www.appelsiini.net/~tuupola/download/jquery.jeditable.js

-- 
Mika Tuupola
http://www.appelsiini.net/~tuupola/



_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to