AJAX helper represents support for rendering HTML in AJAX scenarios within a view.
Questions tagged [ajaxhelper]
21 questions
6
votes
1 answer
Triggering event manually in JS Helper CakePHP
I stuck in a situation. I am using JS Helper. I used the following code.
Js->get('#client_id')
->event('change', $this->Js->request(array('action' => '../ajax/get_client_location_and_process'),
array('update'…

Arun Jain
- 5,476
- 2
- 31
- 52
2
votes
2 answers
AjaxHelper is not working
I am working on ASP.NET MVC.
in order to use AjaxHelper, I inserted two javascript files in the site.master as following.