{"id":124,"date":"2015-08-02T15:48:32","date_gmt":"2015-08-02T15:48:32","guid":{"rendered":"http:\/\/emacslisp.com\/?p=124"},"modified":"2015-08-16T09:55:03","modified_gmt":"2015-08-16T09:55:03","slug":"example-of-jquery-bxslider","status":"publish","type":"post","link":"http:\/\/emacslisp.com\/?p=124","title":{"rendered":"example of jquery bxslider"},"content":{"rendered":"<p>Here is a full example of how to use bxslider to show image slider.<\/p>\n<p><strong>bxslider is also very good at fade in\/out transition in div<\/strong><\/p>\n<pre lang=\"xml\" line=\"1\"> \r\n<html>\r\n  <title><\/title>\r\n  <head>\r\n    <!-- jQuery library (served from Google) -->\r\n<script src=\"http:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/1.8.2\/jquery.min.js\"><\/script>\r\n<!-- bxSlider Javascript file -->\r\n<script src=\"jquery.bxslider.min.js\"><\/script>\r\n<!-- bxSlider CSS file -->\r\n<link href=\"jquery.bxslider.css\" rel=\"stylesheet\" \/>\r\n\r\n<script language=\"javascript\">\r\n$(document).ready(function(){\r\n$('.bxslider').bxSlider({\r\n  mode: 'fade',\r\n  captions: true\r\n});\r\n});\r\n<\/script>\r\n  <\/head>\r\n\r\n  <body>\r\n    <ul class=\"bxslider\">\r\n  <li><img decoding=\"async\" src=\"pic1.jpg\" \/><\/li>\r\n  <li><img decoding=\"async\" src=\"pic2.jpg\" \/><\/li>\r\n  <li><img decoding=\"async\" src=\"pic3.jpg\" \/><\/li>\r\n<\/ul>\r\n  <\/body>\r\n<\/html> \r\n\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Here is a full example of how to use bxslider to show image slider. bxslider is also very good at fade in\/out transition in div<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-124","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"http:\/\/emacslisp.com\/index.php?rest_route=\/wp\/v2\/posts\/124","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/emacslisp.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/emacslisp.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/emacslisp.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/emacslisp.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=124"}],"version-history":[{"count":6,"href":"http:\/\/emacslisp.com\/index.php?rest_route=\/wp\/v2\/posts\/124\/revisions"}],"predecessor-version":[{"id":135,"href":"http:\/\/emacslisp.com\/index.php?rest_route=\/wp\/v2\/posts\/124\/revisions\/135"}],"wp:attachment":[{"href":"http:\/\/emacslisp.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=124"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/emacslisp.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=124"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/emacslisp.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=124"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}