I write a vertical tab in my store home page, and I should use jquery-1.10.2.min.js. but it has confilict with other scripts and somethings showing wrong in store.
If you've done as Abdus said and made sure all jquery files use $j instead of $, then also make sure 1. there is only one instance of jquery on the page 2. noconflict comes right after jquery is called. Otherwise can you provide the error message you see in the console?
– MW MillarJul 05 '15 at 09:37
1
I found where is the problem, I add jquery-1.10.2.min.js and I have jquery-1.7.1.js in theme. I remove jquery-1.10.2.min.js and use what Abdus said and all things work good.
– Elham GdzJul 05 '15 at 09:50
jquery-1.10.2.min.jsand I havejquery-1.7.1.jsin theme. I removejquery-1.10.2.min.jsand use what Abdus said and all things work good. – Elham Gdz Jul 05 '15 at 09:50