I created a new form but used some jquery scripts, I know that this can cause conflicts. I thought I set up noConflict up correctly but my form validation is only working prior to the jquery library being loaded... So i've messed up some where. I also changed all my $ to j with
Do I still need to do a
Any help would be greatly appreciated!
http://www.yakangler.com/index.php?option=com_chronocontact&chronoformname=SearchSubmitFishingLocation
var j = jQuery.noConflict();
in my main.js file.Do I still need to do a
<script type="text/javascript">
$.noConflict();
// Code that uses other library's $ can follow here.
</script>
call?Any help would be greatly appreciated!
http://www.yakangler.com/index.php?option=com_chronocontact&chronoformname=SearchSubmitFishingLocation