are you sure that bootstrap.js is loaded when you call that line ? On Saturday, May 11, 2013 8:53:43 AM UTC+2, Annet wrote: > > In an application created in a previous version of web2py, the Boostrap > tooltip works fine. > > When create an application in web2py 2.4.6 the exact same code no longer > works, > the tooltip defaults to the ugly yellow one. > > in the view: > > <a href="#" rel="tooltip" title="A nice tooltip">test</a> > > in web2py.js: > > function web2py_ajax_init(target) { > jQuery('a[rel=tooltip]').tooltip(); > jQuery('.hidden', target).hide(); > jQuery('.error', target).hide().slideDown('slow'); > web2py_ajax_fields(target); > }; > > Has any thing changed bewteen versions, that causes the tooltip to no > longer function? > > > Kind regards, > > Annet >
-- --- 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 web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.