On 1 June 2012 11:50, rocky <[email protected]> wrote: > i have created a web page localhost:3000/subjects in rails and a > button is there.....if i click the button then only the content inside > the html changes....the whole page will not refresh...like if sample > button is there in the same page and when i clicked it it list of the > subjects but i am in same localhost:3000/subjects and i am using > jquery function to do this....can this be possible???if yes then how > will i do...if not then xplain why not???
Look in development.log to see what it says is happening when you click the button. Also see the Rails Guide on debugging for techniques that can be used to debug your code. Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

