jQuery.pulsate
jQuery.pulsate copied to clipboard
Cannot read property 'webkit' of undefined - JQuery 2.0.2
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