but every time I recive this error: error: object doesn't support this property or method
What is wrong ?
Fri Nov 02, 2012 2:16 am
rulernature
Joined: Tue Nov 29, 2011 1:26 am Posts: 38
Re: Apply pie after ajax call
This is the fix if anybody has this problem :
function: window.document.ready = function(){ Wicket.Ajax.registerPostCallHandler(pieStarter); // every time when an ajax request is made } function pieStarter(){ if (window.PIE) { go(); } } function go(){ $('.class1,.class2,#id3').each(function(){ PIE.detach(this); });
Users browsing this forum: Bing [Bot] and 3 guests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum