Good day,
I'm trying to add a jquery UI datepicker to my Magento store. Everything works as it should outside MAgento, but when I add it to Magento nothing happens. Ive added the jquery file to the appropriate folder in magento js, and correctly added the file to the page.xml file. I've been playing around with the noconflict.js but so far no joy. My code is below. Please let me know if I am doing something incorrect or if there may be a step I skipped.
Thank you
$j(function() {
$j( "#datepicker" ).datepicker();
});
jQuery.noConflict();