tabs.js 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. $(function() {
  2. function f(l) {
  3. var k = 0;
  4. $(l).each(function() {
  5. k += $(this).outerWidth(true)
  6. });
  7. return k
  8. }
  9. function g(n) {
  10. var o = f($(n).prevAll())
  11. , q = f($(n).nextAll());
  12. var l = f($(".content-tabs").children().not(".J_menuTabs"));
  13. var k = $(".content-tabs").outerWidth(true) - l;
  14. var p = 0;
  15. if ($(".page-tabs-content").outerWidth() < k) {
  16. p = 0
  17. } else {
  18. if (q <= (k - $(n).outerWidth(true) - $(n).next().outerWidth(true))) {
  19. if ((k - $(n).next().outerWidth(true)) > q) {
  20. p = o;
  21. var m = n;
  22. while ((p - $(m).outerWidth()) > ($(".page-tabs-content").outerWidth() - k)) {
  23. p -= $(m).prev().outerWidth();
  24. m = $(m).prev()
  25. }
  26. }
  27. } else {
  28. if (o > (k - $(n).outerWidth(true) - $(n).prev().outerWidth(true))) {
  29. p = o - $(n).prev().outerWidth(true)
  30. }
  31. }
  32. }
  33. $(".page-tabs-content").animate({
  34. marginLeft: 0 - p + "px"
  35. }, "fast")
  36. }
  37. function a() {
  38. var o = Math.abs(parseInt($(".page-tabs-content").css("margin-left")));
  39. var l = f($(".content-tabs").children().not(".J_menuTabs"));
  40. var k = $(".content-tabs").outerWidth(true) - l;
  41. var p = 0;
  42. if ($(".page-tabs-content").width() < k) {
  43. return false
  44. } else {
  45. var m = $(".J_menuTab:first");
  46. var n = 0;
  47. while ((n + $(m).outerWidth(true)) <= o) {
  48. n += $(m).outerWidth(true);
  49. m = $(m).next()
  50. }
  51. n = 0;
  52. if (f($(m).prevAll()) > k) {
  53. while ((n + $(m).outerWidth(true)) < (k) && m.length > 0) {
  54. n += $(m).outerWidth(true);
  55. m = $(m).prev()
  56. }
  57. p = f($(m).prevAll())
  58. }
  59. }
  60. $(".page-tabs-content").animate({
  61. marginLeft: 0 - p + "px"
  62. }, "fast")
  63. }
  64. function b() {
  65. var o = Math.abs(parseInt($(".page-tabs-content").css("margin-left")));
  66. var l = f($(".content-tabs").children().not(".J_menuTabs"));
  67. var k = $(".content-tabs").outerWidth(true) - l;
  68. var p = 0;
  69. if ($(".page-tabs-content").width() < k) {
  70. return false
  71. } else {
  72. var m = $(".J_menuTab:first");
  73. var n = 0;
  74. while ((n + $(m).outerWidth(true)) <= o) {
  75. n += $(m).outerWidth(true);
  76. m = $(m).next()
  77. }
  78. n = 0;
  79. while ((n + $(m).outerWidth(true)) < (k) && m.length > 0) {
  80. n += $(m).outerWidth(true);
  81. m = $(m).next()
  82. }
  83. p = f($(m).prevAll());
  84. if (p > 0) {
  85. $(".page-tabs-content").animate({
  86. marginLeft: 0 - p + "px"
  87. }, "fast")
  88. }
  89. }
  90. }
  91. $(".J_menuItem").each(function(k) {
  92. if (!$(this).attr("data-index")) {
  93. $(this).attr("data-index", k)
  94. }
  95. });
  96. function c(title,href,index) {
  97. var o = href
  98. , m = index
  99. , l = title
  100. , k = true;
  101. if (o == undefined || $.trim(o).length == 0) {
  102. return false
  103. }
  104. $(".J_menuTab").each(function() {
  105. if ($(this).data("id") == o) {
  106. if (!$(this).hasClass("active")) {
  107. $(this).addClass("active").siblings(".J_menuTab").removeClass("active");
  108. g(this);
  109. $(".J_mainContent .J_iframe").each(function() {
  110. if ($(this).data("id") == o) {
  111. $(this).show().siblings(".J_iframe").hide();
  112. return false
  113. }
  114. })
  115. }
  116. k = false;
  117. return false
  118. }
  119. });
  120. if (k) {
  121. var p = '<a href="javascript:;" class="active J_menuTab" data-id="' + o + '">' + l + ' <i class="fa fa-times-circle"></i></a>';
  122. $(".J_menuTab").removeClass("active");
  123. var n = '<iframe class="J_iframe" name="iframe' + m + '" width="100%" height="100%" src="' + o + '" frameborder="0" data-id="' + o + '" seamless></iframe>';
  124. $(".J_mainContent").find("iframe.J_iframe").hide().parents(".J_mainContent").append(n);
  125. $(".J_menuTabs .page-tabs-content").append(p);
  126. g($(".J_menuTab.active"))
  127. }
  128. return false
  129. }
  130. $(".J_menuItem").on("click", c);
  131. window.createTab = c
  132. function h() {
  133. var m = $(this).parents(".J_menuTab").data("id");
  134. var l = $(this).parents(".J_menuTab").width();
  135. if ($(this).parents(".J_menuTab").hasClass("active")) {
  136. if($(".page-tabs-content").children("[data-id]").length == 1) {
  137. parent.closeActiveTab && parent.closeActiveTab();
  138. }
  139. if ($(this).parents(".J_menuTab").next(".J_menuTab").size()>=0) {
  140. var k = $(this).parents(".J_menuTab").next(".J_menuTab:eq(0)").data("id");
  141. $(this).parents(".J_menuTab").next(".J_menuTab:eq(0)").addClass("active");
  142. $(".J_mainContent .J_iframe").each(function() {
  143. if ($(this).data("id") == k) {
  144. $(this).show().siblings(".J_iframe").hide();
  145. return false
  146. }
  147. });
  148. var n = parseInt($(".page-tabs-content").css("margin-left"));
  149. if (n < 0) {
  150. $(".page-tabs-content").animate({
  151. marginLeft: (n + l) + "px"
  152. }, "fast")
  153. }
  154. $(this).parents(".J_menuTab").remove();
  155. $(".J_mainContent .J_iframe").each(function() {
  156. if ($(this).data("id") == m) {
  157. $(this).remove();
  158. return false
  159. }
  160. })
  161. }
  162. if ($(this).parents(".J_menuTab").prev(".J_menuTab").size()) {
  163. var k = $(this).parents(".J_menuTab").prev(".J_menuTab:last").data("id");
  164. $(this).parents(".J_menuTab").prev(".J_menuTab:last").addClass("active");
  165. $(".J_mainContent .J_iframe").each(function() {
  166. if ($(this).data("id") == k) {
  167. $(this).show().siblings(".J_iframe").hide();
  168. return false
  169. }
  170. });
  171. $(this).parents(".J_menuTab").remove();
  172. $(".J_mainContent .J_iframe").each(function() {
  173. if ($(this).data("id") == m) {
  174. $(this).remove();
  175. return false
  176. }
  177. })
  178. }
  179. } else {
  180. $(this).parents(".J_menuTab").remove();
  181. $(".J_mainContent .J_iframe").each(function() {
  182. if ($(this).data("id") == m) {
  183. $(this).remove();
  184. return false
  185. }
  186. });
  187. g($(".J_menuTab.active"))
  188. }
  189. return false
  190. }
  191. $(".J_menuTabs").on("click", ".J_menuTab i", h);
  192. function i() {
  193. $(".page-tabs-content").children("[data-id]").not(".active").each(function() {
  194. $('.J_iframe[data-id="' + $(this).data("id") + '"]').remove();
  195. $(this).remove()
  196. });
  197. $(".page-tabs-content").css("margin-left", "0")
  198. }
  199. $(".J_tabCloseOther").on("click", i);
  200. function j() {
  201. g($(".J_menuTab.active"))
  202. }
  203. $(".J_tabShowActive").on("click", j);
  204. function e() {
  205. if (!$(this).hasClass("active")) {
  206. var k = $(this).data("id");
  207. $(".J_mainContent .J_iframe").each(function() {
  208. if ($(this).data("id") == k) {
  209. $(this).show().siblings(".J_iframe").hide();
  210. return false
  211. }
  212. });
  213. $(this).addClass("active").siblings(".J_menuTab").removeClass("active");
  214. g(this)
  215. }
  216. }
  217. $(".J_menuTabs").on("click", ".J_menuTab", e);
  218. function d() {
  219. var l = $('.J_iframe[data-id="' + $(this).data("id") + '"]');
  220. var k = l.attr("src")
  221. }
  222. $(".J_menuTabs").on("dblclick", ".J_menuTab", d);
  223. $(".J_tabLeft").on("click", a);
  224. $(".J_tabRight").on("click", b);
  225. $(".J_tabCloseAll").on("click", function() {
  226. if($(".page-tabs-content").children("[data-id]").length == 1) {
  227. parent.closeActiveTab && parent.closeActiveTab();
  228. }
  229. $(".page-tabs-content").children("[data-id]").each(function() {
  230. $('.J_iframe[data-id="' + $(this).data("id") + '"]').remove();
  231. $(this).remove()
  232. });
  233. $(".page-tabs-content").children("[data-id]:first").each(function() {
  234. $('.J_iframe[data-id="' + $(this).data("id") + '"]').show();
  235. $(this).addClass("active")
  236. });
  237. $(".page-tabs-content").css("margin-left", "0")
  238. })
  239. $(window).on('resize',function() {
  240. $(".page-tabs-content").css("margin-left", 0)
  241. j()
  242. })
  243. });