contabs.min.js 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  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() {
  97. var o = $(this).attr("href")
  98. , m = $(this).data("index")
  99. , l = $.trim($(this).text())
  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"></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. $(document.body).on("click",".J_menuItem", c);
  131. function h() {
  132. var m = $(this).parents(".J_menuTab").data("id");
  133. var l = $(this).parents(".J_menuTab").width();
  134. if ($(this).parents(".J_menuTab").hasClass("active")) {
  135. if ($(this).parents(".J_menuTab").next(".J_menuTab").size()) {
  136. var k = $(this).parents(".J_menuTab").next(".J_menuTab:eq(0)").data("id");
  137. $(this).parents(".J_menuTab").next(".J_menuTab:eq(0)").addClass("active");
  138. $(".J_mainContent .J_iframe").each(function() {
  139. if ($(this).data("id") == k) {
  140. $(this).show().siblings(".J_iframe").hide();
  141. return false
  142. }
  143. });
  144. var n = parseInt($(".page-tabs-content").css("margin-left"));
  145. if (n < 0) {
  146. $(".page-tabs-content").animate({
  147. marginLeft: (n + l) + "px"
  148. }, "fast")
  149. }
  150. $(this).parents(".J_menuTab").remove();
  151. $(".J_mainContent .J_iframe").each(function() {
  152. if ($(this).data("id") == m) {
  153. $(this).remove();
  154. return false
  155. }
  156. })
  157. }
  158. if ($(this).parents(".J_menuTab").prev(".J_menuTab").size()) {
  159. var k = $(this).parents(".J_menuTab").prev(".J_menuTab:last").data("id");
  160. $(this).parents(".J_menuTab").prev(".J_menuTab:last").addClass("active");
  161. $(".J_mainContent .J_iframe").each(function() {
  162. if ($(this).data("id") == k) {
  163. $(this).show().siblings(".J_iframe").hide();
  164. return false
  165. }
  166. });
  167. $(this).parents(".J_menuTab").remove();
  168. $(".J_mainContent .J_iframe").each(function() {
  169. if ($(this).data("id") == m) {
  170. $(this).remove();
  171. return false
  172. }
  173. })
  174. }
  175. } else {
  176. $(this).parents(".J_menuTab").remove();
  177. $(".J_mainContent .J_iframe").each(function() {
  178. if ($(this).data("id") == m) {
  179. $(this).remove();
  180. return false
  181. }
  182. });
  183. g($(".J_menuTab.active"))
  184. }
  185. return false
  186. }
  187. $(".J_menuTabs").on("click", ".J_menuTab i", h);
  188. function i() {
  189. $(".page-tabs-content").children("[data-id]").not(":first").not(".active").each(function() {
  190. $('.J_iframe[data-id="' + $(this).data("id") + '"]').remove();
  191. $(this).remove()
  192. });
  193. $(".page-tabs-content").css("margin-left", "0")
  194. }
  195. $(".J_tabCloseOther").on("click", i);
  196. function j() {
  197. g($(".J_menuTab.active"))
  198. }
  199. $(".J_tabShowActive").on("click", j);
  200. function e() {
  201. if (!$(this).hasClass("active")) {
  202. var k = $(this).data("id");
  203. $(".J_mainContent .J_iframe").each(function() {
  204. if ($(this).data("id") == k) {
  205. $(this).show().siblings(".J_iframe").hide();
  206. return false
  207. }
  208. });
  209. $(this).addClass("active").siblings(".J_menuTab").removeClass("active");
  210. g(this)
  211. }
  212. }
  213. $(".J_menuTabs").on("click", ".J_menuTab", e);
  214. function d() {
  215. var l = $('.J_iframe[data-id="' + $(this).data("id") + '"]');
  216. var k = l.attr("src")
  217. }
  218. $(".J_menuTabs").on("dblclick", ".J_menuTab", d);
  219. $(".J_tabLeft").on("click", a);
  220. $(".J_tabRight").on("click", b);
  221. $(".J_tabCloseAll").on("click", function() {
  222. $(".page-tabs-content").children("[data-id]").not(":first").each(function() {
  223. $('.J_iframe[data-id="' + $(this).data("id") + '"]').remove();
  224. $(this).remove()
  225. });
  226. $(".page-tabs-content").children("[data-id]:first").each(function() {
  227. $('.J_iframe[data-id="' + $(this).data("id") + '"]').show();
  228. $(this).addClass("active")
  229. });
  230. $(".page-tabs-content").css("margin-left", "0")
  231. })
  232. });