"how do I verify that?" quick and dirty way... "alert" it: if you are using firebug (which you should be!), type this in the console after the page loads:
alert($("some selector")) you should get [object Object] as the result if it's something you need to check in code $("some selector").size will be > 0 if you got items On Oct 15, 4:27 pm, Miroku <[EMAIL PROTECTED]> wrote: > Don't really know if I have a valid jquery object... how do I verify > that? > and... sorry but what do you mean by "Miroku, are you including this > in another page."? ^^;; > > On 15 Ott, 15:27, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > Miroku, are you including this in another page. Do you have a valid > > jquery object form the call $("#azioni")?