Plugin Compatability
Plugin Compatability
Hi Please Help,
I am trying to run two different plugins, they both work with jquery-1.3.2.min, but not at the same time, ive tried using .noconflict(); but with no joy.
- <script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.7.2.custom.min.js"></script>
<script type="text/javascript" src="js/easySlider1.7.js"></script>
<script>
jq = jQuery.noConflict();
jq(function(){
// Tabs
jq('#tabs').tabs();
});
$(document).ready(function(){
$("#slider").easySlider({
auto: true,
continuous: true,
});
});
</script>
Any help would be much appreciated.
Thanks