[jQuery] validate : check if email @ domain (website)

2009-07-22 Thread Mahmoud M. Abdel-Fattah
I've 2 inputs (email website) and using Validate Plugin. I want to check if the email is on same domain .

[jQuery] Re: SlideMenu ASlideShow conflict

2009-05-13 Thread Mahmoud M. Abdel-Fattah
search for an other way to replace the z-index function in ie6. maybe someone else got a better way. On 12 Mai, 17:22, Mahmoud M. Abdel-Fattah engm...@gmail.com wrote: I'll do later, but I can't change the design in this case :( ! On May 12, 11:25 am, weidc mueller.juli...@googlemail.com

[jQuery] Re: SlideMenu ASlideShow conflict

2009-05-12 Thread Mahmoud M. Abdel-Fattah
id=header /div i always do so for ie6 'cause the z-index doesn't work. and i didn't found an other way yet. but it always worked for me. On 11 Mai, 02:12, Mahmoud M. Abdel-Fattah engm...@gmail.com wrote: I forgot to mention, this problem appears in IE only not FF! On May 11, 2:51 am

[jQuery] SlideMenu ASlideShow conflict

2009-05-10 Thread Mahmoud M. Abdel-Fattah
I'm using jQuery Slide Menu jQuery A Slide Show in this URL : http://www.al-alee.com/en/ but the A Slide Show appears over the dropdown menu, I'd changed the Z- Index but the problem still !! Thanks for your time.

[jQuery] Re: SlideMenu ASlideShow conflict

2009-05-10 Thread Mahmoud M. Abdel-Fattah
I forgot to mention, this problem appears in IE only not FF! On May 11, 2:51 am, Mahmoud M. Abdel-Fattah engm...@gmail.com wrote: I'm using jQuery Slide Menu jQuery A Slide Show in this URL :http://www.al-alee.com/en/ but the A Slide Show appears over the dropdown menu, I'd changed the Z

[jQuery] problem with using .each() in forms validation

2009-02-25 Thread Mahmoud M. Abdel-Fattah
works fine BUT it doesn't STOP, it continue to submit the data ALTHOUGH there's return false; !! So, what's the problem ?? Thanks for your time, Mahmoud M. Abdel-Fattah

[jQuery] Re: problem with using .each() in forms validation

2009-02-25 Thread Mahmoud M. Abdel-Fattah
it'll never submit since you don't have anything in your JS to tell it to submit (eg. form.submit()). On Feb 25, 1:40 pm, Mahmoud M. Abdel-Fattah engm...@gmail.com wrote: I'm using .each () for form validation , with dynamic form elements, and here's the JS function : function validate_form

[jQuery] Re: problem with using .each() in forms validation

2009-02-25 Thread Mahmoud M. Abdel-Fattah
yes, it does. On Feb 26, 2:36 am, James james.gp@gmail.com wrote: So what happens if your validate_page() is only: function validate_form() {      return false; } Does it submit? On Feb 25, 2:31 pm, Mahmoud M. Abdel-Fattah engm...@gmail.com wrote: no, there isn't any error! I

[jQuery] Chain Select + Add form elements dynamically

2009-02-05 Thread Mahmoud M. Abdel-Fattah
Hello, I'm using this simple chained combobox http://codeassembly.com/Simple-chained-combobox-plugin-for-jQuery/ but I want to use it with this : http://mohdshaiful.wordpress.com/2007/05/31/form-elements-generation-using-jquery/ so, when the user click add more, it appears a new changed

[jQuery] liscroll doens't work correctly!

2008-12-01 Thread Mahmoud M. Abdel-Fattah
Hello, I'm using liScroll here : http://alia.hdeya.com I don't know what's the problem ! Thanks Regards, Mahmoud M. Abdel-Fattah

[jQuery] liscroll doens't work correctly!

2008-12-01 Thread Mahmoud M. Abdel-Fattah
Hello, I'm using liScroll here : http://alia.hdeya.com I don't know what's the problem ! Thanks Regards, Mahmoud M. Abdel-Fattah

[jQuery] Re: liscroll doens't work correctly!

2008-12-01 Thread Mahmoud M. Abdel-Fattah
Why should I've a fixed width ?? I think this will affect the whole UL, as I've small li and other big !! I hope there's another solution !! Thanks Regards, Mahmoud M. Abdel-Fattah On Dec 1, 7:10 pm, Liam Potter [EMAIL PROTECTED] wrote: Try adding a width onto the li. Mahmoud M. Abdel

[jQuery] Help in modification of Easiest Tooltip and image preview Plugin

2008-11-26 Thread Mahmoud M. Abdel-Fattah
is overlaping the window size, so how can I fix this ? the .js file is not packed here it's : http://cssglobe.com/lab/tooltip/03/main.js Thanks for your time, Mahmoud M. Abdel-Fattah

[jQuery] Re: Selecting same img using 2 selectors, but both doesn't return same value doesnt equal each other :S !

2008-09-01 Thread Mahmoud M. Abdel-Fattah
. To do the comparison, access the first (and presumably only) DOM Element in each one by using .get(0) or [0], then compare the actual DOM Elements. - Richard On Sun, Aug 31, 2008 at 7:14 PM, Mahmoud M. Abdel-Fattah [EMAIL PROTECTED]wrote: I'm trying to select an image with two ways

[jQuery] Selecting same img using 2 selectors, but both doesn't return same value doesnt equal each other :S !

2008-08-31 Thread Mahmoud M. Abdel-Fattah
I'm trying to select an image with two ways, here's a demo : http://www.duettographics.com/index.php when I apply the img.hover, I made an if statement to check if this image is current selected one, if so, it should doesn't apply the fade effect, but it does !! What's problem with this !!

[jQuery] small problem with animate({width: }) !

2008-08-18 Thread Mahmoud M. Abdel-Fattah
Hello, I'm workin on a Horizontal accordion, here's the demo : http://localhost/clients/duettographics.com/ that I got it from a tutorial, but I've a strange problem with last block, it doesn't shrink back ! Thanks for ur time, Mahmoud

[jQuery] Re: small problem with animate({width: }) !

2008-08-18 Thread Mahmoud M. Abdel-Fattah
Oh, sorry, here's the true link : http://www.hdeya.com/other/duettographics.com