[jQuery] Re: jQuery Effects (show, hide, slideUp, slideDown...) glitch with padding or margin

2008-06-07 Thread Yuval
Thank you for the explanation. What exactly do you mean by: "you have to do that yourself" - how? Is there a solution for this problem? On Jun 1, 3:42 am, "Ambient.Impact" <[EMAIL PROTECTED]> wrote: > That's because jQuery doesn't animate the padding and margin, you have > to do that yourself. Yo

[jQuery] jQuery Effects (show, hide, slideUp, slideDown...) glitch with padding or margin

2008-05-31 Thread Yuval
;).hide(); $("#mydiv").slideDown("slow"); }); Now if you run this code, you'll see that mydiv starts sliding down, and then there is a problem or jump or glitch in the end - if you remove the padding and the margin it works very smoothly... Any solutions? Thanks, Yuval

[jQuery] Re: function from an external js does is not defined when using $(document).ready in the external file

2008-04-27 Thread Yuval
Hey Mike, Thanks a lot for your explanation! Say I insisted on defining it within the $(document).ready function, how would I access a function that is located inside another function? Thank you, Yuval On Apr 27, 12:37 am, "Michael Geary" <[EMAIL PROTECTED]> wrote: > Hi Yuval

[jQuery] function from an external js does is not defined when using $(document).ready in the external file

2008-04-26 Thread Yuval
_something(word){ alert(word); } inside index.html $(document).ready(function(){ say_something("hello"); }); I've been searching Google and the forum for almost 2 hours now with no answer to why this does not work with $(document).ready. Any ideas? Thank you, Yuval p.s. replacing

[jQuery] Re: event fired after SlideDown

2008-04-03 Thread Yuval Hager
wvc.py/drupal/contributions/modules/imagefield_crop/imagefield_crop.js?revision=1.1.2.3&pathrev=DRUPAL-5 --yuval

[jQuery] Re: event fired after SlideDown

2008-03-25 Thread Yuval Hager
(btw, the code I need to run when the animation completes is under $document.ready() here: http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/imagefield_crop/imagefield_crop.js?revision=1.1.2.1&pathrev=DRUPAL-5 ) --yuval

[jQuery] Re: event fired after SlideDown

2008-03-25 Thread Yuval Hager
osition is calculated by the browser, or anything similar? I am not sure this is relevant to the dicussion, but for completeness, here is the code that I want to run (look at the $(document).ready() function): http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/imagefield_crop/imagefield_crop.js?revision=1.1.2.1&pathrev=DRUPAL-5 Thanks, --yuval

[jQuery] event fired after SlideDown

2008-03-25 Thread Yuval Hager
But I don't know how can I detect slideDown completing, WITHOUT cooperation from the caller of slideDown... Thanks for your help.. --yuval

[jQuery] [validate] maxLength for elements that are not required

2008-02-22 Thread Yuval
Hey Jörn, It seems that whenever I define an element as not required:false and set a maxLength the validation plugin wouldn't bother limiting the field to the maxLength, When I switch to required:true - everything works perfectly. Is there a solution to that? Thanks, Yuval Karmi

[jQuery] [validate] maxLength for elements that are not required

2008-02-21 Thread Yuval
Hey Jörn, It seems that whenever I define an element as not required:false and set a maxLength the validation plugin wouldn't bother limiting the field to the maxLength, When I switch to required:true - everything works perfectly. Is there a solution to that? Thanks, Yuval Karmi

[jQuery] Re: [validate] Validation AlphaNumeric?

2008-02-15 Thread Yuval
Awesome! Thanks On Feb 15, 12:50 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > Yuval schrieb:> Hey Jörn, > > I was wondering if you could add a method in the jquery validation > > plugin to restrict textboxes to only certain types of characters. For > > example: a

[jQuery] [validate] Validation AlphaNumeric?

2008-02-15 Thread Yuval
characters, so if it does, throw an error. Thank you, Yuval Karmi

[jQuery] Re: [validate] validator.pendingRequest below 0

2008-02-07 Thread Yuval
;s script debugger and Firefox's Firebug did _not_ help when I was troubleshooting the problem. Good luck, and please let me know if I can help in any way. Thank you, Yuval Karmi On Feb 7, 12:24 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > Yuvalschrieb:> Hey Jörn! > > a

[jQuery] Re: [validate] validator.pendingRequest below 0

2008-02-06 Thread Yuval
Hey Jörn! ajaxQueue was indeed included when this did not work. It was loaded in this order though, I don't know if it matters. So it's loaded last. Thanks, Yuval On Feb 5, 5:38 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > Yuvalschrieb:> Hey Jorn, > > I b

[jQuery] [validate] validator.pendingRequest below 0

2008-02-05 Thread Yuval
actually being submitted when all fields are correct. Hope I could help and things would be fixed in the next release. Thanks, Yuval Karmi

[jQuery] Re: Email validation broken in plugin v1.2?!

2008-02-05 Thread Yuval
Hey Jörn - Thank you for fixing this is the next release. I have just submitted a bug report. Please see message: [validate] validator.pendingRequest below 0 (function stopRequest is called when not needed resulting in pendingRequest becoming less than 0) - also submitted a solution. Yuval Karmi

[jQuery] [validate] Email validation broken in plugin v1.2?!

2008-01-28 Thread Yuval
This email [EMAIL PROTECTED] validates perfectly on v1.2. No .com nothing... Is it broken or is it done on purpose? I tried it on my site AND on the remember-the-milk demo...