CampbellNash / CERIO001.dev.CampbellNash.com

Campbell Nash CERICO Development
http://cerio-live.azurewebsites.net/
2 stars 0 forks source link

Table legend does not work after a Ajax postback #41

Closed CampbellNash closed 11 years ago

CampbellNash commented 11 years ago

added in a JS pageload script

function pageLoad() { $(function () { $("#tablelegend").popover({ html: true, trigger: 'hover', content: ' - Total
- Approved
- Awaiting Approval
- Not Certified' });

        });
    }