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
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
2 matches
Mail list logo