Most voted "backbone" questions
None
Learn more…2 questions
Sort by count of
-
1
votes1
answer47
views(Backbonejs) Run a View after server return
In my application I have 2 Views. One of them is sending the data to the server when the client clicks on Submit. The other needs to wait for that reply and run to work with the 'updated' data'. How…
-
0
votes1
answer122
viewsWhy does my JS display alert when you don’t need it?
My button works correctly and suddenly doesn’t work anymore: While updating user information with the correct data, does not enter the event button to update but add-user event as it is displayed…