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
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"
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
Hi all,
Any idea why this works in ie6 but not firefox?
$(document).ready(function()
{
$("a").click(function()
{
alert("Hello world!");
});
});
Link
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
--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
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
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
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'
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
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
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
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
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
14 matches
Mail list logo