I am using a plugin colorpicker on a page and the page has ajax events where elements will be refreshed without page load and therefore rendering the colorpicker too not function as it is not "live" binded. So only works on first load.
I know how to live bind events such as click, change...etc but I have no clue how I can live bind to a plugin?
So my code would look something like this:
$('.box').ColorPicker();
Any help appreciated!