jQuery UI tooltip in wordpress site
问题 Trying to get a tooltip working with a picture instead of text. As far it works with text in my site. <a id="thisId" href="#" title="hello world" >ALOHA!</a> <script> jQuery(document).ready(function(){ jQuery( '#thisId' ).tooltip(); }); </script> This works fine.. It displays "hello world" on hover of link. But if I try the following; working jsfiddle example ,but on my WP site it fails by simply not showing anything. Why could that be? 回答1: This mostly happens because your WordPress theme