[jQuery] Re: New to JS and jQuery

2010-01-06 Thread Valerij
Ahhh! Sorry, my bad, works now! Thanks. On Jan 6, 1:56 am, MorningZ wrote: > > I have $('.baritem').. > > No, no you don't right now on the URL > > http://ferok.com/labs/test.html > > and the included js file > > http://ferok.com/labs/global.js > > you have > > $('baritem').click(function() >

[jQuery] Re: New to JS and jQuery

2010-01-05 Thread MorningZ
> I have $('.baritem').. No, no you don't right now on the URL http://ferok.com/labs/test.html and the included js file http://ferok.com/labs/global.js you have $('baritem').click(function() i just copied and pasted that right from the JavaScript include file just like i did on my last p

[jQuery] Re: New to JS and jQuery

2010-01-05 Thread Valerij
I have $('.baritem').. I thought that was to find class .baritem? As said, Im new to jQuery so I don't know.. All I wanna do is having this script being able to "pop up" (like on facebook) more than just 1 box (Depending on which button you click, like: IF you click on a button with ID of "menu" it

[jQuery] Re: New to JS and jQuery

2010-01-05 Thread MorningZ
You should pay attention to your selectors :) you have $('baritem').click(function() that looks for DOM objects but $('#baritem').click(function() will find On Jan 5, 2:41 pm, Valerij wrote: > This still wont work.. I've even tried copy your example character by > character and it stil

[jQuery] Re: New to JS and jQuery

2010-01-05 Thread Valerij
This still wont work.. I've even tried copy your example character by character and it still gives nothing.. I'm using this code on http://ferok.com/labs/test.html at the bottom bar, try clicking the "My Account" and the menu wont "pop up". I had this working before, but I didn't have this dynamic