codehaven - php snippets - coding help
Generic filters
Exact matches only

Ajax – Send data to page, load result in div – BASIC

15th April 2014

Jquery - Ajax

jquery icon

You could add a click event to this….
The page testbusget will have a post collect of ‘panelid’
Then it will look up database and return result to screen inside div with class called ‘.test’

In collecting page

And send multiple variables
see here

Was this code snippet helpful?