[jQuery] Re: Issues with readying function - shorthand works, longhand doesn't

2009-08-18 Thread Ricardo
does this work? jQuery().ready(function(){ alert("Hey!"); }); On Aug 18, 8:16 pm, Anna wrote: > Hi there :) > > At work, I'm trying to implement some jQuery on the intranet, which > runs on a Java framework (Liferay). I'm having some issues, and I've > narrowed it down to being the differen

[jQuery] Re: Issues with readying function - shorthand works, longhand doesn't

2009-08-18 Thread Charlie
possibly someone added noConflict() into the jquery.js file ( or eleswhere). Open it in browser and look at very end of file. If so the "$" can't be used Anna wrote: Hi there :) At work, I'm trying to implement some jQuery on the intranet, which runs on a Java framework (Liferay). I'm ha