I'm trying to add jquery dtepciker to my application in Grails (Intelli J) but datepicker won't show it
here is my html code
<input type="text" id="datepicker" name="datepicker" style="width:275px" value="enter date">
here is my javascript code
$(document).ready(function(){ $("#datepicker").datepicker(); });t
but when I click on the text box: datepicker nothing happens, I'm new to jquery / jaa script, if you could tell me where I am wrong, I need to have jquery datepicker plugin in my application and if so, how to set that
Also, when I hang this this .datepicker (); he says "unresolved function or datepicker () method"
thanks
source share