I generate the html table in controller. It has lots of rows and I assign name and id of each cell there. Also I bind each cell textbox _onblur event to a javascript function. When I have the function in the view itself it is working fine. But when I put the function in a .js file and append that file it is not working. What's wrong I don't know. Pl. help.
On Monday, September 15, 2014 4:07:32 PM UTC+5:30, T.R.Rajkumar wrote: > > How to set the _onblur event of an INPUT in controller to a function in > static/js/x.js file? > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

