[jQuery] Re: JQuery bigginer

2008-04-06 Thread thomas chen
$(document).ready(function(){ $('#dayOfBirth').bind('focus',function(){ $(this).val(''); }); }); - Original Message - From: "Raghu" <[EMAIL PROTECTED]> To: "jQuery (English)" Sent: Sat

[jQuery] how to bind click event to div element created dynamic

2008-04-06 Thread thomas chen
I'm newbie to jquery.i bind click event to div element which is created dynamiclly. but it can't work. Anyone could help me? Thank a lot thomas.chen The following is my code! JQuery JQuery $(document).ready(functi

[jQuery] Re: JQuery bigginer

2008-04-04 Thread thomas chen
$('#dayOfBirth').bind('focus',function(){ $(this).val(''); }); - Original Message - From: "Raghu" <[EMAIL PROTECTED]> To: "jQuery (English)" Sent: Saturday, April 05, 2008 12:55 AM Subject: [jQuery] JQuery bigginer > > Hi I am learning JQuery and Javascript so askin