[jQuery] Re: Does JQuery 1.2 solve the thickbox positioning problem when scrolling?

2007-09-21 Thread WebolizeR
Same problem in here, I have been playing with CSS of thickbox but nothing for now... :( On 11 Eylül, 17:02, Angelo Zanetti <[EMAIL PROTECTED]> wrote: > Will do but dont have the time now. > > If I do will post the response and let you guys know. > > Thanks > > > > Alexandre Plennevaux wrote: > >

[jQuery] Re: jQuery Validation Fails in IE

2007-08-13 Thread WebolizeR
yes, at soon,it worked I used the uncompressed jquery.validate plugin, that fixed the problem tHanks to all who help me... On 13 Ağustos, 22:52, SeViR <[EMAIL PROTECTED]> wrote: > WebolizeR escribió:> you can check the example from here : > > >http://nexus.di-tasarim

[jQuery] Re: jQuery Validation Fails in IE

2007-08-13 Thread WebolizeR
Anything you can find false, site is Joomla based and component is developed by me... On Aug 13, 4:48 pm, WebolizeR <[EMAIL PROTECTED]> wrote: > you can check the example from here : > > http://nexus.di-tasarim.com/index.php?option=com_nexus&act=gallery&ta... > >

[jQuery] Re: jQuery Validation Fails in IE

2007-08-13 Thread WebolizeR
you can check the example from here : http://nexus.di-tasarim.com/index.php?option=com_nexus&act=gallery&task=order&id=32 tHanks again On Aug 13, 4:38 pm, "Dan G. Switzer, II" <[EMAIL PROTECTED]> wrote: > WebolizeR, > > >Final code is below but it

[jQuery] Re: jQuery Validation Fails in IE

2007-08-13 Thread WebolizeR
required: "Enter your phone number with area code", minLength: "Check your phone number", number: "Please enter only numbers" } } }); On Aug 13, 4:15 pm, "Dan G. Switzer, II" <[EMAIL PROTECTED

[jQuery] Re: jQuery Validation Fails in IE

2007-08-13 Thread WebolizeR
} }); }); //--> ' On Aug 13, 4:08 pm, WebolizeR <[EMAIL PROTECTED]> wrote: > I got it and changed the JS code like below, but it still fails in IE, > it submits the form without any validation > > > <

[jQuery] Re: jQuery Validation Fails in IE

2007-08-13 Thread WebolizeR
}); //--> ' ); tHanks... On Aug 13, 3:48 pm, SeViR <[EMAIL PROTECTED]> wrote: > WebolizeR escribió: > > > On Aug 13, 2:55 pm, SeViR <[EMAIL PROTECTED]> wrote: > > > if IE cannot handle object properties how can we configure that, is &

[jQuery] jQuery Validation Fails in IE

2007-08-12 Thread WebolizeR
Hi; I implement the jQuery Validation plugin(http://bassistance.de/jquery- plugins/jquery-plugin-validation/) to my order form which you can see in http://nexus.di-tasarim.com/index.php?option=com_nexus&act=gallery&task=order&id=32 it works great in Firefox but I cannot succeed to work in in Int

[jQuery] Re: validation pluging work in FireFox but Not in Internet Explorer

2007-07-10 Thread WebolizeR
any suggestion about this,please On Jul 9, 10:56 am, WebolizeR <[EMAIL PROTECTED]> wrote: > Hi; > > I've used the jQuery's official validation plugin (http:// > bassistance.de/jquery-plugins/jquery-plugin-validation/), your can see > the page in here (http:/

[jQuery] validation pluging work in FireFox but Not in Internet Explorer

2007-07-09 Thread WebolizeR
Hi; I've used the jQuery's official validation plugin (http:// bassistance.de/jquery-plugins/jquery-plugin-validation/), your can see the page in here (http://nexus.di-tasarim.com/index.php? option=com_nexus&act=courses&task=viewApp&id=1) The main difference between the orginal code and mine is,

[jQuery] how to show the loading image during image loading

2007-04-24 Thread WebolizeR
Hi; I got an image like this the src of this image will be changed by dynamically via ajax response During AJAX response and after getting the new src of image, I need to show the loading image instead of orjinal image.Problem is that when new image is bigger,it gets time so loading image disa

[jQuery] Re: Ajax based Accordion

2007-04-13 Thread WebolizeR
On 13 Nisan, 01:06, "WebolizeR" <[EMAIL PROTECTED]> wrote: > Hi; > > I have been creating an accordion application whose content has been > loading by ajax, code sample like below: > > $("#loading").ajaxStart(function(){ $(this).show();}); >

[jQuery] Ajax based Accordion

2007-04-13 Thread WebolizeR
Hi; I have been creating an accordion application whose content has been loading by ajax, code sample like below: $("#loading").ajaxStart(function(){ $(this).show();}); $("#loading").ajaxStop(function(){ $(this).hide();}); $.getJSON("ajax.php",{ task: "shops",