«

»

Jan 29

jQuery simple-color-picker

We use simpleColorPicker jQuery plugin.

We had an issue that function .live() is depricated in jQuery 1.9.

We solved it by replacing following line:

Line 56: $(‘body’).live(‘click’, function() {

Correction: $(document).on(‘click’, ‘body’, function() {

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>