{"id":1767,"date":"2010-07-21T01:23:27","date_gmt":"2010-07-20T17:23:27","guid":{"rendered":"http:\/\/ygs.im\/?p=1767"},"modified":"2010-07-21T01:23:27","modified_gmt":"2010-07-20T17:23:27","slug":"jquery%e7%be%8e%e5%a6%99%e7%9a%84%e6%a0%87%e9%a2%98%e6%8f%90%e7%a4%ba","status":"publish","type":"post","link":"https:\/\/ygs.im\/?p=1767","title":{"rendered":"jQuery \u7f8e\u5999\u7684\u6807\u9898\u63d0\u793a"},"content":{"rendered":"\n<p>\u8be5\u7279\u6548\u201c\u4e0d\u4f46\u53ef\u4ee5\u8ba9\u4f60\u7684 title \u63d0\u793a\u6548\u679c\u53d8\u5f97\u7f8e\u89c2\uff0c\u800c\u4e14\u53ef\u4ee5\u663e\u793a\u51fa\u4f60\u5c06\u8981\u70b9\u51fb\u7684\u94fe\u63a5\u7684 url\uff0c\u8ba9\u7528\u6237\u77e5\u9053\u81ea\u5df1\u5c06\u8981\u53bb\u54ea\u91cc\u201d\uff0c\u660e\u663e\u63d0\u5347\u4e86\u7528\u6237\u611f\u53d7\uff0c\u81f3\u5c11\u4e5f\u5438\u5f15\u4e86\u773c\u7403\u3002<\/p>\n\n\n\n<p>jQuery\u4ee3\u7801\uff0c\u53e6\u5b58\u4e3aJS\u6216\u8005\u6574\u5408\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>jQuery(document).ready(function($){\n$(\"a\").mouseover(function(e){\n\tthis.myTitle = this.title;\n\tthis.myHref = this.href;\n\tthis.myHref = (this.myHref.length > 30 ? this.myHref.toString().substring(0,30)+\"...\" : this.myHref);\n\tthis.title = \"\";\n\tvar tooltip = \"&lt;div id='tooltip'>&lt;p>\"+this.myTitle+\"&lt;em>\"+this.myHref+\"&lt;\/em>\"+\"&lt;\/p>&lt;\/div>\";\n\t$('body').append(tooltip);\n\t$('#tooltip').css({\"opacity\":\"0.8\",\"top\":(e.pageY+20)+\"px\",\"left\":(e.pageX+10)+\"px\"}).show('fast');\n}).mouseout(function(){this.title = this.myTitle;$('#tooltip').remove();\n}).mousemove(function(e){$('#tooltip').css({\"top\":(e.pageY+20)+\"px\",\"left\":(e.pageX+10)+\"px\"});\n});\n});<\/code><\/pre>\n\n\n\n<p>CSS\u7f8e\u5316\u4ee3\u7801\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>#tooltip {position:absolute;z-index:1000;max-width:250px;word-wrap:break-word;background:#000;text-align:left;padding:5px;min-height:1em;-moz-border-radius:5px;-khtml-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}\n#tooltip p {color:#fff;font:12px 'Microsoft YaHei',Arial,\u5b8b\u4f53,Tahoma,Sans-Serif;}\n#tooltip p em {display:block;margin-top:3px;color:#f60;font-style:normal;}<\/code><\/pre>\n\n\n\n<p>\u6700\u540e\uff0c\u522b\u5fd8\u4e86\u8f7d\u5165jQuery\u5e93\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u8be5\u7279\u6548\u201c\u4e0d\u4f46\u53ef\u4ee5\u8ba9\u4f60\u7684 title \u63d0\u793a\u6548\u679c\u53d8\u5f97\u7f8e\u89c2\uff0c\u800c\u4e14\u53ef\u4ee5\u663e\u793a\u51fa\u4f60\u5c06\u8981\u70b9\u51fb\u7684\u94fe\u63a5\u7684 url\uff0c\u8ba9\u7528\u6237\u77e5\u9053\u81ea\u5df1 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_sitemap_exclude":false,"_sitemap_priority":"","_sitemap_frequency":"","footnotes":""},"categories":[3],"tags":[],"class_list":["post-1767","post","type-post","status-publish","format-standard","hentry","category-note"],"_links":{"self":[{"href":"https:\/\/ygs.im\/index.php?rest_route=\/wp\/v2\/posts\/1767","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ygs.im\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ygs.im\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ygs.im\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ygs.im\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1767"}],"version-history":[{"count":0,"href":"https:\/\/ygs.im\/index.php?rest_route=\/wp\/v2\/posts\/1767\/revisions"}],"wp:attachment":[{"href":"https:\/\/ygs.im\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1767"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ygs.im\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1767"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ygs.im\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1767"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}