[jQuery] [validate] Which one do I need to put? Very simple question.

2009-05-27 Thread elvisparsley
I could not find any document about this. In js script, are firstname, flasname etc from id or name in the html? For example in js var validator = $("#signupform").validate({ rules: { firstname: "required", lastname: "required",

[jQuery] Re: IE z-index problems with superfish and jquery.cycle.plugin.

2008-12-03 Thread elvisparsley
I took out relative from the jquery cycle plugin, but superfish still goes behind the images. Mm. Any more help? Please

[jQuery] Re: IE z-index problems with superfish and jquery.cycle.plugin.

2008-12-03 Thread elvisparsley
Thanks Uwe for your reply. I read about relative thing. I haven't tried it yet. But superfish has relative so that child can have absolute to position itself. As you said, it will screw up some parts. Superfish has bigframe.js for the same problem with frames, but it does not work for other th

[jQuery] IE z-index problems with superfish and jquery.cycle.plugin.

2008-12-03 Thread elvisparsley
I have images with jquery cycle under superfish. Dropdown submenu of superfish over the images goes behind the images. I put z-index: 100; for the superfish menu and it works with firefox but not with IE. Can anyone help me out with this problem? Thanks in advance.

[jQuery] How to delet br?

2008-11-03 Thread elvisparsley
My CMS creates automatically for content part as you can see below. I want to delete these. =

[jQuery] Changing Pictures and Frames

2008-10-13 Thread elvisparsley
I have more than 20 pictures. I'd like to show them in different frames, let's say 5 different kinds of frames. I want to set up showing a default picture and frame. And you can select one of frames and hover pictures to see how it fits. I bought two jquery books, and started reading them. So I

[jQuery] jquery anchor

2008-09-30 Thread elvisparsley
I am wondering how can I do like this, http://davidwalsh.name/dw-content/smooth-scroll.php, with jquery. What I want to do is that a smooth move when I click an anchor within a page. Can anyone help me please?

[jQuery] html for other examples (Bglframe, vertical style, nav-bar style and with Supersubs)

2008-09-18 Thread elvisparsley
I have downloaded the zip and found one example in it. I'd like to know how to make it other examples in the website. http://users.tpg.com.au/j_birch/plugins/superfish/#examples Could anyone tell me html code for other samples? thanks in advance.

[jQuery] Re: Alert not working

2007-10-05 Thread elvisparsley
I found the problem in my coding. I forgot to put the first line of the following. $(document).ready(function() { $("a").click(function() { alert("Hello world!"); }); }); On Oct 4, 11:36 am, elvisparsley <[EMAIL PROTECTED]> wrote: > I just started l