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

2009-07-23 Thread Jörn Zaefferer
Thats still a lot of code. Can't spot anything wrong with the JS stuff - can you reduce that further? Jörn On Fri, Jul 24, 2009 at 6:54 AM, Field wrote: > > Dupecheck Function > [code] >        function dupeCheck() >        { > >                $request = > strtolower($this->input->get_post('bus

[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