[jQuery] Re: JQuery effects not working in Internet Explorer 6

2009-02-06 Thread Tintin81
f the file that the error comes from. It is constantly referring to a missing semicolon, but I can't figure out where that might be. Not even in which file... Can anybody come to the rescue? Thanks for any help in this matter... On Feb 6, 12:40 pm, Henry wrote: > On Feb 6, 10:30 am, T

[jQuery] Re: JQuery effects not working in Internet Explorer 6

2009-02-06 Thread Tintin81
Hi and thanks for your feedback. Changing the document type didn't improve anything though :-( I think the devil is in my functions.js file. Where would I validate javascript files? Any ideas? Thanks... On Feb 6, 11:48 am, "..:: sheshnjak ::.." wrote: > First try to replace first line in co

[jQuery] JQuery effects not working in Internet Explorer 6

2009-02-06 Thread Tintin81
Hey, I am new to Javascript and implemented a few nice JQuery features on http://new.designbits.de";>my new website . All of them work great in Firefox and Safari. In IE6, however, the site looks like a mess, even with Javascript enabled in the options panel. How can I get this fixed? Can anybo

[jQuery] Re: How to submit a form with an Anchor rather than an Input tag?

2009-02-04 Thread Tintin81
Hi Liam and Klaus, thanks for your swift feedback. I forgot to say that I am using the http://docs.jquery.com/ Plugins/Validation">JQuery Validation Plugin for this matter. The function I am using is rather simple: $(document).ready(function() { $("#contact-form").validate();

[jQuery] How to submit a form with an Anchor rather than an Input tag?

2009-02-04 Thread Tintin81
Hi, I have a very simple contact form that I would like to submit using an anchor rather than an input tag. This is what I've got so far: [code]Send[/code] Unfortunately, it doesn't work :-( Can anybody help me with this? Thanks a lot...