Hi guys I've just found this out...

When I use the $ function of jquery directly within my page, it's causing my
page to be cosntructed twice.
I included something like

$(function() {
   $('#leftFrame').css('z-index', 200);
});

It's causing my page to reload twice.
I was trying to find out what's causing my page to have multiple queries and
it turns out to be this.
I even placed logs in the constructor to see if it was called twice and it
was actually called twice.

Anyone experienced this ?
I used jQuery.noConflict() and the problem was solved

Does it have something to do with Wicket using $ also?

Carlo
-- 
View this message in context: 
http://www.nabble.com/wicket-Jquery-Weird-Behavior-tp15792923p15792923.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to