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] Problem With remove()

2009-01-19 Thread JR
Hi, I'm tring to make a simple upload form similar like google has at it's mail for the atachments. Everything is fine till I try to remove a file fild that is added at the past with jquery. When I click at the remove link it still redirects me :(. Can anyone tells me where I'm wrong. Sorry about

[jQuery] Re: Intercept "Back" button click on browser

2008-10-10 Thread David Durham, Jr.
On 9/30/08, Leanan <[EMAIL PROTECTED]> wrote: > How can I make it so that when the user clicks the back button in > their browser, this same thing happens, as I'll likely have people > trying to click the back button instead of the back link on the "page" > and then tell me it's broken. Is it

[jQuery] Re: How do I cancel event helpers?

2008-05-03 Thread jr
.unbind("hover") though. On May 2, 2:26 pm, BlueCockatoo <[EMAIL PROTECTED]> wrote: > Here's some info on how event binding works in > jQuery:http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_st... > > But specifically you can use .hover() and .un

[jQuery] How do I cancel event helpers?

2008-05-02 Thread jr
I have attached the hover event to a element and it works fine. But how do I dynamically remove and add it again? Once it's working I cant seem to find a way in javascript to stop it again. I've tried calling 'hover' again on the same element with empty function callbacks, but it doesn't seem to