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
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
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
' => 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
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
5 matches
Mail list logo