Friday, March 15th, 2013 at
5:51 pm
Here is the source code for creating jquery ui tab in easy way:
<html>
<head>
<link rel=”stylesheet” href=”http://code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css” />
<script src=”http://code.jquery.com/jquery-1.9.1.js”></script>
<script src=”http://code.jquery.com/ui/1.10.2/jquery-ui.js”></script>
<link rel=”stylesheet” href=”/resources/demos/style.css” />
<script>
$(function() {
$( “#tabs” ).tabs();
});
</script>
</head>
<body>
<div id=”tabs”>
<ul>
<li><a href=”#tabs1″>JAVA</a></li>
<li><a href=”#tabs2″>ORACLE</a></li>
<li><a href=”#tabs3″>PHOTOSHOP</a></li>
</ul>
<div id=”tabs1″>
<p>Java is a set of several computer software products and specifications from Sun Microsystems (which has since merged with Oracle Corporation), that together provide a system for developing application software and deploying it in a cross-platform computing environment. Java is used in a wide variety of computing platforms from embedded devices and mobile phones on the low end, to enterprise servers and supercomputers on the high end. While less common, Java applets are sometimes used to provide improved and secure functions while browsing the World Wide Web on desktop computers.</p>
</div>
<div id=”tabs2″>
<p>The Oracle Database (commonly referred to as Oracle RDBMS or simply as Oracle) is an object-relational database management system [2] produced and marketed by Oracle Corporation. Larry Ellison and his friends, former co-workers Bob Miner and Ed Oates, started the consultancy Software Development Laboratories (SDL) in 1977. SDL developed the original version of the Oracle software. The name Oracle comes from the code-name of a CIA-funded project Ellison had worked on while previously employed by Ampex.</p>
</div>
<div id=”tabs3″>
<p>Adobe Photoshop is a graphics editing program developed and published by Adobe Systems. Adobe’s 2003 “Creative Suite” rebranding led to Adobe Photoshop 8′s renaming to Adobe Photoshop CS. Thus, Adobe Photoshop CS6 is the 13th major release of Adobe Photoshop. The CS rebranding also resulted in Adobe offering numerous software packages containing multiple Adobe programs for a reduced price. Adobe Photoshop is released in two editions: Adobe Photoshop, and Adobe Photoshop Extended, with the Extended having extra 3D image creation, motion graphics editing, and advanced image analysis features.</p>
</div>
</div>
</body>
</html>
Incoming search terms:
- original menu jquery ui tabs
- rails jquery ui 1 10 2
- reload jquery ui 1 10 2 tabs