[jQuery] bind/click/blur/focus method?

2008-03-06 Thread mederOmuraliev
Hey all. I have an input element used for search.. eg input id=foo name=foo value= type=text When the dom is loaded, I'm changing the value of this input to 'Search keyword..' and I've added an event handler for the 'focus' event, so that the value of the input changes to blank if you focus on

[jQuery] Re: bind/click/blur/focus method?

2008-03-06 Thread mederOmuraliev
, mederOmuraliev [EMAIL PROTECTED] wrote: Hey all. I have an input element used for search.. eg input id=foo name=foo value= type=text When the dom is loaded, I'm changing the value of this input to 'Search keyword..' and I've added an event handler for the 'focus' event, so that the value