javascript - jQuery 1.10 causing css3 animation to fail in chrome -


this work in firefox not in chrome although work in chrome if remove jquery.

demo: http://jsbin.com/efufili/3/

if scenario if faced, write browser sniffer first, , dynamically load right version of jquery based on properties of browser sniffer returned running conditionals against array of data create specifiyng browser (and not webkit way) compatible version of jquery.

i'm not going code here, that's bit of work if want work well... compiling data use in comparison array! need have understanding of how browser sniffing works first. can find more on at

browser detection in javascript?.

i have used approach on years... in days when ie unfreindly coders. approach if need both cross-platform , backwards compatible.

you have problem inherit within own jquery code well, there have been many, many, functions have been either deprecated or replaced in short time. example, long used '.attr()' has been deprecated , replaced '.prop()'.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -