Viewing 1 replies (of 1 total)
  • Thread Starter tvanhemert

    (@tvanhemert)

    This seems to be fixed by including jquery-ui v1.10.4 and calling the tabs function at the bottom of single.php like so:

    <script src="jquery-ui.min.js"></script>
    <script type="text/javascript">jQuery(document).ready(function($){$("#social_comments_control").tabs();});</script>

    I know the proper way to include jQuery is through the enqueue_script() function, but this seems to be the only way to fix it. Seems like a hack as that plugin works fine on the non mobile version of the site.

Viewing 1 replies (of 1 total)
  • The topic ‘jQuery conflict?’ is closed to new replies.