I can't tell what you are requesting via Ajax;
I am not sure what you want to hover over; and
I am not sure what the relationship of "drawing", "cooking" and hovering is.
I am guessing that $searchterm gets submitted to a search, but does it
get submitted via ajax? What happens then?
Thanks,
Cary
On Mon, Dec 5, 2011 at 2:08 PM, Nate Hill <[log in to unmask]> wrote:
> If I have in my PHP script a variable...
>
> $searchterm = 'Drawing';
>
> And I want to update 'Drawing' to be 'Cooking' w/ a jQuery hover effect on
> the client side then I need to make an Ajax request, correct?
> What I can't figure out is what that is supposed to look like... something
> like...
>
> $.ajax({
> type: "POST",
> url: "myfile.php",
> data: "...not sure how to write what goes here to make it 'Cooking'..."
> });
>
> Any ideas?
>
>
> --
> Nate Hill
> [log in to unmask]
> http://www.natehill.net
--
Cary Gordon
The Cherry Hill Company
http://chillco.com
|