Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Fixing WordPress
    In reply to: Disabling tooltips

    @mattifesto
    <?php $("#pulldownmenu a").removeAttr("title"); ?>

    where this code should be placed?

    also its needed to call

    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/jquery-ui.min.js"></script>

    jquery lib for this to work i guess :).

    I tried to put em both in templated header but then page isnt loading :/

Viewing 1 replies (of 1 total)