[jQuery] Hello all , this is my first venture with Jquery , I am trying to build a Dropdown menu with Menuselects in the Dropdown please take a look

2010-01-08 Thread GP305
I in IE 8 and Firefox , Opera , and Safari it works fine but im having problems with IE6 and IE7 for some reason when i mouse over and try to move down the box dissappears ... it is a modified version of Plain Drop Down Menu http://afterofficemiami.com/dropdowntest.html in IE6 and IE7 it doesnt w

[jQuery] Hello all!

2009-12-08 Thread Eugene Hourany
Hello everyone, I'm new to this group, and had a question concerning how to get a movie to popup on click in a different window, but have that nice light glow effect in the frame. I was told that jQuery could do that. Thanks, Eugene aka "Eggers"

[jQuery] Hello

2009-08-13 Thread Praveen Alvandi
Hi, I have this script here. Hope i can paste the code. Please click on the login tab on the right side. The issue is, the tab slides down as well as grows. Please help. It should only slide down, not grow. Please help me. toing Login

[jQuery] Hello world example - works in IE6; fails in firefox 3

2009-02-23 Thread Adelle Hartley
Hi all, Any idea why this works in ie6 but not firefox? $(document).ready(function() { $("a").click(function() { alert("Hello world!"); }); }); Link

[jQuery] Hello World problem

2008-05-12 Thread Dave
Hi all, I am afraid that this is going to be a very simple problem, but I am completely stuck. I read the start of the tutorial [1], made the hello world page[2], and the Hello World popup does not come up. I replaced the Link with onclick="alert('Hello world')" and that worked. After reading

[jQuery] Re: JQuery Hello world not working

2008-03-29 Thread Karl Swedberg
--Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Mar 29, 2008, at 6:19 AM, pradeep_tp wrote: Thanks all. I think it is the mistake of the author who wrote this example on the JQuery help page. I just copied and pasted the code, but didnt realize that

[jQuery] Re: JQuery Hello world not working

2008-03-29 Thread pradeep_tp
Thanks all. I think it is the mistake of the author who wrote this example on the JQuery help page. I just copied and pasted the code, but didnt realize that I had to add an achor tag. Thanks to everyone for your replies On Mar 5, 9:24 pm, ajpiano <[EMAIL PROTECTED]> wrote: > also, i'm not say

[jQuery] Re: JQuery Hello world not working

2008-03-05 Thread ajpiano
also, i'm not saying it's wrong or bad but i have literally never ever seen anyone have line breaks in the middle of their closing tags... On Mar 5, 10:33 am, J Moore <[EMAIL PROTECTED]> wrote: > wow, the lag on this list is brutal. is there any way of reducing it, > so people don't spend

[jQuery] Re: JQuery Hello world not working

2008-03-05 Thread J Moore
wow, the lag on this list is brutal. is there any way of reducing it, so people don't spend time responding to already-answered questions? On Mar 5, 9:34 am, J Moore <[EMAIL PROTECTED]> wrote: > actually, your code doesn't display a link. it sets up an action when > the link is clicked. > > You'

[jQuery] Re: JQuery Hello world not working

2008-03-05 Thread J Moore
actually, your code doesn't display a link. it sets up an action when the link is clicked. You're missing: do something There might be other problems too if you aren't even seeing the alert message. Download firefox and firebug. IE isn't much help for developing javascript. -j On Mar 5, 5:16

[jQuery] Re: JQuery Hello world not working

2008-03-05 Thread Matt W.
That code does not create a link, it binds that function to existing links. You either have to add a link in the html. Or create a link with something like $('a link').appendTo("body"); as the first line after $(document).ready(function() { On Mar 5, 2:16 am, pradeep_tp <[EMAIL PROTECTED]> wrot

[jQuery] Re: JQuery Hello world not working

2008-03-05 Thread Giovanni Battista Lenoci
pradeep_tp ha scritto: $(document).ready(function() { $("a").click(function() { alert("Hello world!"); }); }); This code simply add the function to the click event on all "" elements on your page, but in your code there aren't these type of elements. In markup add simply: TEST

[jQuery] JQuery Hello world not working

2008-03-05 Thread pradeep_tp
Hi All, I am new to JQuery. I did the following to get started with JQuery. 1) Downloaded JQuery Uncompressed version. Renamed JQuery.1.2.3.js to JQuery.js (I do not know whether this is correct! ) 2) I followed the tutorial for "Hello world" and typed the following code into an HTML file

[jQuery] hello everyone

2007-07-18 Thread Michael
im pretty new to jquery and im writing a ajax ready comment box for my community site. Im very new to javascript but got into frameworks reading about javascript along the way and i wanted to know if im going about my send function in the right fashion? function send(){ var conf