• ResolvedPlugin Author Workshopshed

    (@workshopshed)


    With the latest uprade to WordPress 3.3 there is a script in the footer which removes the jQuery variable from scope.

    <script type="text/javascript">
    var dom = {};dom.query = jQuery.noConflict(true);
    </script>
    <script type="text/javascript">
    $=dom.query;
    </script>

    Once I’ve worked out what changes are needed to fix this I’ll upload a new version.

    http://wordpress.org/extend/plugins/twitter-badge-widget/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Workshopshed

    (@workshopshed)

    Turned out to be nothing to do with this or jQuery but a problem with the BWPMinify plugin and it’s handling of localisation

    Plugin Author Workshopshed

    (@workshopshed)

    You’ll be glad to hear that this is fixed in the latest version of BWPMinify.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Twitter Badge Widget] JQuery isue with WordPress 3.3’ is closed to new replies.