jQuery 滑动选项卡jQuery tabulous.js】的更多相关文章

A jQuery tabs module for todays web! 实例DEMO 运行一下 Documentation Tabulous.js can be used with any contents you choose in the tabs and it couldn't be more simpler to use. ..:: Getting Started Include the relevant files Firstly include jQuery and the tab…
Tabslet   Yet another jQuery plugin for tabs, lightweight, easy to use and with some extra features Demonstration page Documentation (wiki) 实例DEMO 运行一下 Features Beyond the standard tabs functionality: Flexible HTML structure Custom events Data attrib…
Smart Tab Overview Smart Tab is a jQuery plugin for tabbed interface. It is flexible and very easy to implement. It has a lot of features that you will love and it is completely open source. It can load ajax contents, have a verity of themes, cool an…
今天给大家分享一款基于jQuery的仿百度首页滑动选项卡.这款选项卡适用浏览器:IE8.360.FireFox.Chrome.Safari.Opera.傲游.搜狗.世界之窗.效果图如下: 在线预览   源码下载 实现的代码. html代码: <div class="main-page"> <div class="left"> <div class="nav-back"> </div> <div…
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-…
jQuery滑动并打开指定页面: <!DOCTYPE html> <html> <head> <script src="http://code.jquery.com/jquery-1.11.1.min.js"> </script> <script> $(document).ready(function(){ $(".a").click(function(){ $(".a").…
上次用原生的js写了个tab选项卡   这次按照一样的思路用jQuery写了一个 ,直接看代码: /*布局*/ <div id="div1"> <input class="active" type="button" value="1"> <input type="button" value="2"> <input type="butto…
效果: HTML部分: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>jquery Tabs选项卡切换</title> </head> <body> <div class="country-profile"> <!--tabs--> &…
几张简陋的框架效果图 页面加载时: 选项卡操作后: css样式: <style type="text/css"> *{margin:0px;padding:0px;} .tabbox{margin:10px;} .tabbox ul{list-style:none;display:table;} .tabbox ul li{float:left;width:100px;line-height:30px;padding-left:8px;border:1px solid #a…
分享一款基于jQuery滑动分步式进度导航条代码.这是一款基于jquery实现的网站注册动态步骤导航条代码.效果图如下: 在线预览   源码下载 实现的代码. html代码: <div id="stepBar" class="ui-stepBar-wrap"> <div class="ui-stepBar"> <div class="ui-stepProcess"></div>…