Posts

Showing posts with the label jquery-plugins

In getorgchart jquery plugin how to remove the getorgchart hyperlink present at the bottom of the screen

Image
Clash Royale CLAN TAG #URR8PPP In getorgchart jquery plugin how to remove the getorgchart hyperlink present at the bottom of the screen I am trying to use getorgchart jquery plugin. And I want to remove the 'GetOrgChart' hyprlink which is showing in the bottom of the screen. I have tried removing it from getorgchart.js file but it is still showing up. Is it part of the theme? How Can I stop showig it on my webpage??? Please help.. 4 Answers 4 Try this, It worked for me. Add following code in your html page. $(document).ready(function(e) { setInterval(function(){ $('a[title="GetOrgChart jquery plugin"]').hide(); }, 10); }); In order to remove the getorgchart logo you need to buy a license http://www.getorgchart.com/Buy Try This, In your orgchart.html page, paste this snippet <div style="display: block; position: absolute; bottom: 15px; right: 0;z-index: 214748...