ruby on rails - Updating a particular div using jquery -


i developing ruby on rails application. trying delete data database. use ajax pass data, , upon deletion returns success. want refresh particular div. don't want refresh whole page. possible?

you can refer following links:

  1. refreshing div after form submission in ruby on rails

  2. how update 'div' content after activerecord values changed without reload page?

  3. refresh div without reloading page

  4. update div panel on button click in ruby on rails

hope these links you.

thanks


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -