[jQuery] Re: Hello

2009-08-17 Thread Cesar Sanz
+1 www.jsbin.com - Original Message - From: "Liam Potter" To: Sent: Friday, August 14, 2009 2:44 AM Subject: [jQuery] Re: Hello We need to see your code, goto http://www.jsbin.com, select the jquery library to include, paste your javascript and your html, then send us

[jQuery] Re: Hello

2009-08-14 Thread Liam Potter
We need to see your code, goto http://www.jsbin.com, select the jquery library to include, paste your javascript and your html, then send us the link to see it. Praveen Alvandi wrote: Hey guys, HELP ME . . . I am struck. . . On Thu, Aug 13, 2009 at 8:44 PM, Praveen Alvandi mailto:praveen

[jQuery] Re: Hello

2009-08-13 Thread Praveen Alvandi
Hey guys, HELP ME . . . I am struck. . . On Thu, Aug 13, 2009 at 8:44 PM, Praveen Alvandi wrote: > 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 sli

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

2009-02-23 Thread Adelle Hartley
I wrote: Hi all, Any idea why this works in ie6 but not firefox? $(document).ready(function() { $("a").click(function() { alert("Hello world!"); }); }); Link Mystery solved: the html file was saved as UTF-16. Firefox didn't like it. Adelle.

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

2009-02-23 Thread Michael Lawson
What does the error console say? cheers Michael Lawson Content Tools Developer, Global Solutions, ibm.com Phone: 1-919-517-1568 Tieline: 255-1568 E-mail: mjlaw...@us.ibm.com 'Examine my teachings critically, as a gold assayer would test gold. If you find they make sense, conform to your expe

[jQuery] Re: Hello World problem

2008-05-12 Thread Karl Swedberg
Hi Dave, that's an odd one. I just copied/pasted your html and tested it with no issues. Could there be something in your httpd.conf or .htaccess file that is interfering with it? Just a guess. Wish I could be of more help, but maybe that will point you in a productive direction. --Karl

[jQuery] Re: hello everyone

2007-07-18 Thread Benjamin Sterling
Michael, Welcome to the list! Your send function looks fine, except I have a few questions: url: location.href is pointing to the current page, is this supposed to be the case? Since your dataType is json, you should not need to use "data = eval(json);", if you are sending back your data, assum