[web2py] Re: _onkeyup / ajax call

2015-10-15 Thread Mark Billion
Tried, but had problems with longer ones j_query_calls = """https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js";> """ row_adder = """ $( document ).ready(function() { $('#Debts_creditor__row'

[web2py] Re: _onkeyup / ajax call

2015-10-14 Thread Dave S
On Wednesday, October 14, 2015 at 2:30:03 PM UTC-7, Mark Billion wrote: > > NM. I injected the jquery into the header. > Element selection? /dps -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.googl

[web2py] Re: _onkeyup / ajax call

2015-10-14 Thread Mark Billion
NM. I injected the jquery into the header. On Wednesday, October 14, 2015 at 2:22:39 PM UTC-4, Mark Billion wrote: > > Im pulling my hair out. . . . > > Im using an inline call to the web2py ajax function via the controller as > below: > > ajax_form.element('#Debts_creditor')['_onkeyup'] = >