How to live a plugin in jQuery?

Posted by steamboy on Stack Overflow See other posts from Stack Overflow or by steamboy
Published on 2010-05-20T23:44:48Z Indexed on 2010/05/20 23:50 UTC
Read the original article Hit count: 305

Hello,

Is it possible to add a live function on a plugin?

The jPikcer plugin wont work I create it from a .live('click', function(e)

Example: $('.Multiple').jPicker();

Thanks, Gino

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about jquery-plugins