Posts by Michael Allan • 19 points
1 post
-
1
votes3
answers3061
viewsQ: Update a specific DIV without refreshing the page
How to update a DIV without refreshing the entire page? Formerly in Rails 2.3.10, remote_function was used to update a certain div. Now in Rails 4.2, since you could no longer 'remote_function' how…