what about it exactly didnt work? -igor
On Fri, Aug 27, 2010 at 4:08 PM, d2marcelo <[email protected]> wrote: > > How can I add jquery to a wicket page? > > I tried the following but it didn't work. > > <wicket:head> > <script type="text/javascript" src="jquery.js"></script> > <script type="text/javascript" src="jquery.tooltip.js"></script> > <script type="text/javascript"> > $(function() { > $('.tooltip').tooltip(); > }); > </script> > <link rel="stylesheet" href="jquery.tooltip.css" /> > </wicket:head> > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Jquery-from-Wicket-tp2341711p2341711.html > Sent from the Wicket - Dev mailing list archive at Nabble.com. >
