[jQuery] Re: Jquery Remote Message is not showing up

2009-08-09 Thread Field
return $("#bus_id").val(); } } } On Aug 8, 5:41 pm, chobo2 wrote: > Hi > > I am not sure what I am doing wrong I am using the Jquery.Validate > plugin and it has a remote field > > so I did th

[jQuery] (validate) min. value based on another form element?

2009-08-08 Thread Field
How do I setup this validation. Sel1 is always required. If sel1 == 0, then sel2 must be > 0. If sel1 > 0, then sel2 can be anything. 0 1 2 0 1 2

[jQuery] Re: Remote: Form Not Submitting Until Validation Fails at Least Once

2009-07-23 Thread Field
Dupecheck Function [code] function dupeCheck() { $request = strtolower($this->input->get_post('bus_number',TRUE)); $action = strtolower($this->input->get_post('action',TRUE)); $results = $this->business->getBusinessbyNumber($reque

[jQuery] [Validate] Remote: Form Not Submitting Until Validation Fails at Least Once

2009-07-23 Thread Field
the entries in each of the fields. Now, on the other hand if I open the form to make changes to a database entry and immediately press "Submit" without filling in the revision comments field, it fails validation and tells me to enter comments. Now if I fill in comments to satisfy all the

[jQuery] [Validation] by Remote: Passing in Data Alongside elementName

2009-05-17 Thread Field
Can anyone help me get this data passed into my url alongside the element name? On May 15, 11:54 am, Field wrote: > $("#Form").validate({ >                         rules: { >                                 storename_name: { >                                

[jQuery] [validate] Validation by Remote: Passing in Data Alongside elementName

2009-05-15 Thread Field
$("#Form").validate({ rules: { storename_name: { required: true, remote: { url: "/intranet/trunk/app/index.php/st

[jQuery] Re: Help - Validation by Remote: stuck

2009-05-10 Thread Field
I set it up like this: storename_name: { required: true, remote: { url: "/rtui/codeigniter/index.php/storeform/findValidstorename", type: "post" } And it all worked. Hopefully someone with my same problem will find this useful. On May 10, 2:17 pm, Field wrote: > Jörn, chan

[jQuery] Re: [validate] Help - Validation by Remote: stuck

2009-05-10 Thread Field
Jörn, changed it as you mention, and loaded up Firebug - but still not getting anywhere. I do see in Firebug : defaults -> messages -> storename_name -> remote -> "Please fix this field." But I never see it on the webpage. I've only see "This field is required.

[jQuery] [validate] Help - Validation by Remote: stuck

2009-05-10 Thread Field
I've got an combobox that is required, but the data typed by the user must be validated against records from a database. So I've tried to use remote:"checkStore.php" external file but am getting nothing. What can I do to output what goes INTO checkStore.php and what comes out of checkStore.php to

[jQuery] Re: jCarousel: start image

2007-07-02 Thread Field
Big thanx! It works! I very diffused :) Sorry. > Did you checked the example: > http://sorgalla.com/projects/jcarousel/examples/special_start.html > Jan >> I very like to use jCarousel, this excellent plugin. But I can't understand >> how to scroll carousel to x item automatically. >> For exam

[jQuery] jCarousel: start image

2007-07-02 Thread Field
Hi, friends! I very like to use jCarousel, this excellent plugin. But I can't understand how to scroll carousel to x item automatically. For example: I have 50 items in carousel. After page loading I need to see not first item (as default), but 30th. I red http://www.nabble.com/Starting-imag