Your first time with jQuery and SharePoint
Well, have a look at this short video to see if jQuery in a SharePoint is something for you.
4st oct. 2009
The code used in firebug console
// first query
jQuery["INPUT"];
//second query
jQuery["INPUT"].length;
//third query
jQuery["#idSearchString"].val("Search here....");