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()
>
> 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
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
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
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
5 matches
Mail list logo