On Wednesday, September 26, 2012 9:50:59 AM UTC-4, Johann Spies wrote: > > On 26 September 2012 15:37, Anthony <abas...@gmail.com <javascript:>>wrote: > > First, your divs are identified via classes, but your jQuery selectors are >> for id's. You probably want to change the classes to id's: >> >> <div id="herlaai_pubvelde">{{=LOAD('authors', 'publikasievelde.load', >> ajax=True)}}</div> >> > > Thanks Anthony. It was stupid of me to confuse classes and id's. >
No problem. Anyway, you might want to consider the second option, as web2py_component() handles some setup specific to web2py components, such as trapping links and forms, displaying flash messages, etc. Anthony --