Your Ad Here

Posted By

omerta83 on 07/08/10


Tagged

javascript jquery


Versions (?)

Who likes this?

1 person have marked this snippet as a favorite

wirenaught


Binding to getData.value


 / Published in: JavaScript
 

  1. $("div").bind("getData.value", function()
  2. {
  3. return myPlugin.realValue;
  4. });
  5.  

Report this snippet  

You need to login to post a comment.