Re: [jQuery] Re: sorting columns using jquery. noob with html and java. built custom php using snmp

2009-12-29 Thread Mark K. Ayler Jr.
; code is parsed on the server. The script tags, however, are parsed by > the browser's JS engine, and are unrelated to PHP. > > On Tue, Dec 29, 2009 at 11:25 AM, Mark K. Ayler Jr. > wrote: > > Alex, > > Thanks so much. It does look a lot better...and looking through your

Re: [jQuery] Re: sorting columns using jquery. noob with html and java. built custom php using snmp

2009-12-29 Thread Mark K. Ayler Jr.
t; Firmware Version > th> > > Software Version > th> > > > > > > > > > $i=0; > > while ($i < $num) { > > $host_name=mysql_result($result,$i,"host_name"); > > $device_type=mysql_result($result,$i,"device_type"); > > $firmware_version=mysql_result($result,$i,"firmware_version"); > > $software_version=mysql_result($result,$i,"software_version"); > > ?> > > > > > > > > ?> > > > > > $device_type; ?> > > > =strstr($firmware_version, "\""); echo ($cleanstring); ?> > > > =strstr($software_version, "\""); echo ($cleanstring1); ?> > > > > > > > > > > > > > $i++;} > > > > ?> > -- Mark K Ayler Jr. CCNA, MCSE, NNCSS, OASIS.

[jQuery] maskedinput plugin not cooperating with validate plugin?

2009-07-28 Thread Mark K
My project uses jquery.maskedinput.js 1.2.2 and jquery.validate.js r6096. I'm looking at a date field, with a mask of 99/99/, which happens to also be required. If I focus and then blur on the required date field, validate fires (as it should), and does its required check, which (if I'm readi