javascript - jquery conflict in wordpress theme -



javascript - jquery conflict in wordpress theme -

i saw on net many solution don't it. can help me out problem.

<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="js/tablesorter.js"></script> <script id="data" type="text/javascript" src="js/search.js" xmldata="data/raetexport.xml"></script>

how prepare jquery problem because have wordpress theme using jquery. can help me out.

try set :-

<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script> <script id="data" type="text/javascript" src="js/search.js" xmldata="data/raetexport.xml"></script> <script type="text/javascript" src="js/tablesorter.js"></script>

javascript jquery wordpress

Comments