Jirka

Author's details

Name: Jirka Lukášek
Date registered: January 29, 2013

Latest posts

  1. jQuery simple-color-picker — January 29, 2013

Author's posts listings

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() {