In the above code when i call url http://localhost:3000/pages/show/, the functionaly will do in show method in pages controller, and get some results. So i need to update the result, which getting from show method with div id #billerTerminal…???
In the above code when i call url http://localhost:3000/pages/show/, the functionaly will do in show method in pages controller, and get some results. So i need to update the result, which getting from show method with div id #billerTerminal…???
So how far have you got? What does your controller look like? What is the problem you are having?
In the above code when i call url http://localhost:3000/pages/show/, the functionaly will do in show method in pages controller, and get some results. So i need to update the result, which getting from show method with div id #billerTerminal…???
The problem is when i click the button with id sub123, call the ajax, and go to the url, there i can find the value of @name, so the when the ajax is success i have to display that @name into the div with id billerTerminal…?