If you benefit from web2py hope you feel encouraged to pay it forward by contributing back to society in whatever form you choose!
just use following code to use supported jquery version:
response.files.append("http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.js") response.files.append("http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/themes/smoothness/jquery-ui.css")
This widget will create a object with an "Add" button next to it, allowing users to add new catagories, etc on the fly without having to visit a different screen. Works with IS_IN_DB and uses web2py components and jqueryUI dialogs
0
lzacchetti-15312 12 years ago
just use following code to use supported jquery version:
response.files.append("http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.js")
response.files.append("http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/themes/smoothness/jquery-ui.css")