Accessible-Tabs icon indicating copy to clipboard operation
Accessible-Tabs copied to clipboard

jQuery 1.11 - not working

Open batyuvitez opened this issue 9 years ago • 4 comments

I see that you do not develop this great plugin. I would like to use it with the actual jQuery (now 1.11). Do you think that it will be possible?

batyuvitez avatar Feb 16 '16 14:02 batyuvitez

hey @batyuvitez! thanks for checking in! What error are you getting when using jQuery 1.11? Mind linking a test case? I'd love to fix the issue :-)

ginader avatar Feb 16 '16 17:02 ginader

I keep testing your great code. It seems that I was wrong.

Let me explain: I used your code with WordPress and linked the jquery.js from WordPress library (wp-includes). This code has a little difference from the code downloaded from jquery.com The last line in WordPress jquery.js: jQuery.noConflict();

This was the reason I could not use it.

Do you have any idea how I can use your code with the WordPress jQuery? And really sorry for the early alert. Your code definitely works with the latest jQuery library.

batyuvitez avatar Feb 16 '16 18:02 batyuvitez

hey @batyuvitez I double checked and it looks to me that the code should work even in a jQuery.noConflict() environment. As long as jquery.js is included before jquery.tabs.js it should work. Do you see any errors? Or can you point me to a test case?

ginader avatar Feb 26 '16 21:02 ginader

hi @ginader, I have made a test page: http://manduca.xn--akadlymentes-honlap-tub.hu/2016/02/29/accessible-tabs/ In this page, tabs are not working. If I load jQuery from Google repository, cour code will work.

batyuvitez avatar Feb 29 '16 10:02 batyuvitez