jQuery.pulsate icon indicating copy to clipboard operation
jQuery.pulsate copied to clipboard

Cannot read property 'webkit' of undefined - JQuery 2.0.2

Open brohiem opened this issue 11 years ago • 0 comments

Hit this error when I upgraded from JQuery 1.8.3 to 2.0.2. The quick fix for me was to remove line # 15 from the plugin file.
"-webkit-outline-radius": $(this).css("border-top-left-radius"),

For those who come across this later, I think true root of this issue is in a change in the JQuery library that was introduced in 1.9. You can read more on SO. http://stackoverflow.com/questions/9645803/whats-the-replacement-for-browser

brohiem avatar Jun 19 '13 00:06 brohiem