vtfuture / BForms

Bootstrap Forms for ASP.NET MVC
MIT License
62 stars 33 forks source link

How to debug into bform js when delete one row data? #255

Closed stantoxt closed 8 years ago

stantoxt commented 9 years ago

I am not good at front-end, but I want to study further into bforms.*.js.I did not use amd module js before,at that time ,I used to browser F12 dev tool , and make a breaking point.Actually, I can not find the entrance for debug js in BForms,when I want to know how the delete action work.I am very sorry to pose this personal question,but I really want your help.Thanks.

stantoxt commented 8 years ago

Maybe Console.Log is the best method for this problem.