{"id":148,"date":"2014-05-30T10:01:35","date_gmt":"2014-05-30T10:01:35","guid":{"rendered":"http:\/\/localhost\/__sites\/3d_blog\/?p=148"},"modified":"2014-05-31T21:31:21","modified_gmt":"2014-05-31T21:31:21","slug":"jquery-conflict-solution","status":"publish","type":"post","link":"https:\/\/blog.silverterra.net\/?p=148","title":{"rendered":"jquery vs mootools conflict solution"},"content":{"rendered":"<p>jQuery and MooTools relation has a trouble. Let&#8217;s solve this.<\/p>\n<p>1. disable the global alias<\/p>\n<pre data-enlighter-language=\"js\" class=\"EnlighterJSRAW\">\r\njQuery.noConflict();\r\n<\/pre>\n<p>2. wrap the jQuery code snippets like this<\/p>\n<pre data-enlighter-language=\"js\" class=\"EnlighterJSRAW\">\r\n(function($){\r\n  \/\/ in this struct you can use the $ alias to work with jQuery as earlier\r\n  $(document).ready(function(){\r\n    ...\r\n    $(this)...\r\n    ...\r\n  });\r\n}(jQuery));\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>jQuery and MooTools relation has a trouble. Let&#8217;s solve this. 1. disable the global alias 2. wrap the jQuery code snippets like this<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[],"class_list":["post-148","post","type-post","status-publish","format-standard","hentry","category-jquery"],"_links":{"self":[{"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=\/wp\/v2\/posts\/148","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=148"}],"version-history":[{"count":10,"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=\/wp\/v2\/posts\/148\/revisions"}],"predecessor-version":[{"id":160,"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=\/wp\/v2\/posts\/148\/revisions\/160"}],"wp:attachment":[{"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=148"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=148"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=148"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}