[jQuery] (Jquery Validate) Keep getting an error in IE8

2009-11-07 Thread chobo2
Hi I don't know what is going but my jquery validate plugin(1.5.5) is not working and I am not sure for how long since I do most of my testing on firefox. The problem is this I go to one of my forms that jquery validate on it and hit my "create" button my validation kicks in as it should and does

[jQuery] (Validate)Is it slower to add all rules with rules.add verus by doing it in $("#id").validate({....})?

2009-09-22 Thread chobo2
Hi I have 2 forms with identical validation rules so I am trying to use the same jquery.validate() to cut down on duplicate code and make the code smaller and easier to read. So they only way I can figure out how to do is this by adding everything with the jquery.addRules method. But I am wonder

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

2009-08-09 Thread chobo2
bus_id: function() { > return > $("#bus_id").val(); > } > } > } > > On Aug 8, 5:41 pm, chobo2 wrote: > > Hi &

[jQuery] Jquery Remote Message is not showing up

2009-08-08 Thread chobo2
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 this [code]$("#mainForm").validate( { rules: { UserName: { required: true ,r

[jQuery] Should I be zipping up my Jquery?

2009-04-09 Thread chobo2
Hi My site is running slow(well especially the one page). On this one page I got like 700kb worth of jquery plugins + my own jquery stuff. So I am looking on how to make it faster. I am using as much of mini versions of jquery as I could find so now I am looking into zipping it. I hear this mak

[jQuery] Jquery GridView demonstration is dead?

2009-03-06 Thread chobo2
Hi I been trying for the last couple days to view the jquery gridview plugin demonstration site but everytime I go to it I get this error. [code] Fatal error: Uncaught exception 'Zend_Controller_Exception' with message 'No default module defined for this application' in /homez.42/ creamark/www/

[jQuery] Jquery GridView demostration is dead?

2009-03-06 Thread chobo2
Hi I been trying for the last couple days to view the jquery gridview plugin demonstration site but everytime I go to it I get this error. [code] Fatal error: Uncaught exception 'Zend_Controller_Exception' with message 'No default module defined for this application' in /homez.42/creamark/www/

[jQuery] Re: TableSorter Plugin Question

2009-03-02 Thread chobo2
behind the scenes.). Otherwise my page will always just reload. aquaone wrote: > > as long as you trigger the "update" event after adding content you should > be > fine. > > http://tablesorter.com/docs/example-ajax.html > > > On Sun, Mar 1, 2009 at 21:49, chobo

[jQuery] TableSorter Plugin Question

2009-03-02 Thread chobo2
Hi I am wondering I want to use jquery to add some rows when a person say adds some stuff. I would like to know if I add it like this(through jquery javascript) will the tablesorter be able to figure out how to sort it(ie when some presses the header columns will this new value get stored) or do

[jQuery] TableSorter Plugin Question

2009-03-02 Thread chobo2
Hi I am wondering I want to use jquery to add some rows when a person say adds some stuff. I would like to know if I add it like this(through jquery javascript) will the tablesorter be able to figure out how to sort it(ie when some presses the header columns will this new value get stored) or do