Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8790205
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T22:35:30+00:00 2026-06-13T22:35:30+00:00

I use pie.js (http://css3pie.com/) a library that allows me to have css3 on ie6+.

  • 0

I use pie.js (http://css3pie.com/) a library that allows me to have css3 on ie6+. I apply pie.js on document.ready :

 $(document).ready(function(){
        if (window.PIE) {
            $('.vexClass, #vexId').each(function(){
                PIE.attach(this);
            });
        }

    });

My problem is when the dom was modified the elements for which I have apply pie.js are not rendering well so I must load my function that apply pie.js to my elements when the dom is modified and only for section that was modified using OnSubtreeModified or another technique … For example I have a panel that is displayed when dom was loaded, in that panel I have a button that is expanding another panel with buttons and other elements for which I want to apply pie.js, so for main panel all elements for which I have applied pie.js are rendered ok but the elements from expanded panel, pie.js is not applied 😐
So how can I inject that pie.js when dom is modified for expanded panel?

Thank’s.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T22:35:31+00:00Added an answer on June 13, 2026 at 10:35 pm

    If you are using wicket the only way to do that is through Wicket.Ajax.registerPostCallHandler
    Add this in your project, every time when a ajax request is done your pie will be applied.

    window.document.ready = function() {
        Wicket.Ajax.registerPostCallHandler(pieStarter);
    }
    function pieStarter() {
    
        if (window.PIE) {
            go();
        }
    }
    function go() {
        $(''.vexClass, #vexId'').each(function() {
            PIE.attach(this);
        });
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to use a raphael.js example located here: http://raphaeljs.com/pie.html but I want to
So I'm using PIE.htc from http://css3pie.com/ and using it on a parent element div#page-contents
I am using http://www.jqplot.com/tests/pie-donut-charts.php which needs to have data given to it in the
I use jquery flot for my pie charts and I have a problem with
I'm trying to use the css3 PIE.htc file for making nice rounded corners on
I'm currently doing the redesign for this site: http://www.palosverdes.com/rpv2012/ and have run into a
I'm using CSS3 PIE to add support for border-radius to IE6/7/8. It works perfectly,
i use css3pie for my page to use css3 effects in the ie browsers.
I try to use multiple backgorunds with CSS3 PIE. It works perfect with IE7,
This is css to use CSS3 PIE border: 1px solid #696; padding: 60px 0;

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.