[jQuery] Re: Problem with form validation (works in FF, but not in IE)

2008-02-25 Thread Q-Zma
I already seen same problem with packed version in the past, Joern promised to check packed version everytime, but looks like he forgot that time :) On 25 фев, 17:55, Chris Jordan [EMAIL PROTECTED] wrote: Just to let you know, that switching from jquery.validate.pack.js to jquery.validate.js

[jQuery] Re: Simple jQuery AJAX, going crazy.

2008-02-25 Thread Q-Zma
try to use POST instead of GET On 25 фев, 12:51, spr [EMAIL PROTECTED] wrote: I have this AJAX request:         $(function() {           $.ajax({ type: GET, url: xml.php, dataType: xml, success: function(xml){             alert('success');           }, error: function(){            

[jQuery] Re: show() on first click, hide() on second click

2008-02-20 Thread Q-Zma
http://phpfi.com/297810 On Feb 20, 10:37 pm, Haris [EMAIL PROTECTED] wrote: Hello, I have following HTML structure. http://phpfi.com/297736 I want the last dd to show() on first click on DT and hide on second last on DT. Currently, I am using the following: http://phpfi.com/297738

[jQuery] Re: Problem with form validation (works in FF, but not in IE)

2008-02-20 Thread Q-Zma
try not packed version, min for example... btw on IE7 works fine, IE6 have some error: check IE status bar (bottom left) for yellow !, I think Joern will see you message or you can write him private message On Feb 21, 12:58 am, Chris Jordan [EMAIL PROTECTED] wrote: Hi folks, This page

[jQuery] Re: formatting/defining variable values

2008-02-20 Thread Q-Zma
show your sourcecode please On Feb 21, 12:32 am, Robert Hill [EMAIL PROTECTED] wrote: Hello I'm collecting a number of values from various form elements: textfield, radio, checkbox. since some of the fields aren't require on my form, when I POST their values they are returned as

[jQuery] Re: Newbie needs a little help with Digg style javascript

2008-02-20 Thread Q-Zma
if you don't know how to write javascript you must to learn javascript or to hire somebody who knows you ask to help with commercial work... r On Feb 20, 11:55 pm, rlprodesign [EMAIL PROTECTED] wrote: Andrea, I totally appreciate your help. You helped me figure out 1 of my 3 problems.

[jQuery] Re: operation aborted error - please help

2008-01-20 Thread Q-Zma
it is from nature of old jquery realisation of ready event for internet explorer, early jquery document.write(), in latest version jquery developers using other method to get ready event, so if you update jquery to 1.2.2 version that problem should disappear :) On Dec 14 2007, 12:11 pm,