Hello,

need to affect result of LOAD by javascript and css. Tying to implement something like http://www.mattkruse.com/javascript/mktree/documentation.html. In view:

<div class="res">
{{if len(res)==0 and q_size==0:}}
{{=nothing}}
{{else:}}
{{=LOAD('sniffer','getResults',ajax=True)}}
{{pass}}
</div>

getResults from controller produces an field containing HTML with appropriate classes etc (javascript is included in web2py_ajax.html). It seems that the result of LOAD is not affected by javascript and css.


Thanks for advices.

--
Tomas Pelka

Reply via email to