[jQuery] How to convert prototype to jquery

2009-10-14 Thread Netto
My prototype script: function loginMenu() { $('mydiv').innerHTML = Loading...; var param = Form.serialize($('myForm')); var myAjax = new Ajax.Updater ( 'myOutputDiv', '%=$app%/users/login', { method: 'get', parameters: param,

[jQuery] Problems with variables

2009-09-11 Thread Netto
I`ve the follow code: $(function() { $(#datepicker).datepicker({minDate: '1/1/2009', maxDate: '10/10/2010'}); }); In this ame page, I`ve this field: input type=hidden value=02/02/2009 name=date1 id=date1 / I would get the date of field with name: date integrate with jquery like this: -