[jQuery] Hiding not working?

2009-04-10 Thread Link
www.receiptwiz.com/browse For some reason, it should be adding panes to the view every time you hit the search button. If you check the jQuery, it logically says to hide all preceding panes, but for some reason it's hiding the most recent one as well! Any and all help would be greatly appreciat

[jQuery] Re: jQuery + PHP Form Validation

2009-03-27 Thread Link
' => 0 > ); > echo json_encode($myArray);  // echo your response back > exit; > > Then in your $.ajax success callback function: > function(data) { >      alert(data.firstName); // -> alerts 'John' > > } > > On Mar 27, 12:34 pm, Link wrote: &g

[jQuery] jQuery + PHP Form Validation

2009-03-27 Thread Link
So I am working on an AJAX call to a PHP script which validates the data submitted in a form. My question concerns the best way to get the data from PHP back to the jQuery script. Should the dataType field be html or script? I tried html and I know I could parse out what I need, but in the docu

[jQuery] jQuery + PHP Form Validation

2009-03-27 Thread Link
So I am working on an AJAX call to a PHP script which validates the data submitted in a form. My question concerns the best way to get the data from PHP back to the jQuery script. Should the dataType field be html or script? I tried html and I know I could parse out what I need, but in the docu

[jQuery] Help! Integrating Superfish into Wordpress theme

2009-02-17 Thread Link
I've been trying to integrate a Superfish menu with Wordpress for hours now. I'm having 2 problems: 1) The menu options (like speed and autoArrows) do not work. All I have is a basic drop-down menu. 2) The menu does not work in IE6. I just have a menu without drop- downs. I think this has someth