02.06.2015 Views

Bootstrap Tutorial

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

This website covers most of the latest technoligies and explains<br />

each of the technology with simple examples. You also have a<br />

tryit editor, wherein you can edit your code and<br />

try out different possibilities of the examples.<br />

<br />

<br />

iOS is a mobile operating system developed and distributed by Apple<br />

Inc. Originally released in 2007 for the iPhone, iPod Touch, and<br />

Apple TV. iOS is derived from OS X, with which it shares the<br />

Darwin foundation. iOS is Apple's mobile version of the<br />

OS X operating system used on Apple computers.<br />

<br />

<br />

jMeter is an Open Source testing software. It is 100% pure<br />

Java application for load and performance testing.<br />

<br />

<br />

Enterprise Java Beans (EJB) is a development architecture<br />

for building highly scalable and robust enterprise level<br />

applications to be deployed on J2EE compliant<br />

Application Server such as JBOSS, Web Logic etc.<br />

<br />

<br />

<br />

<br />

$(function () {<br />

$('#myTab li:eq(1) a').tab('show');<br />

});<br />

<br />

Events<br />

Following table lists the events to work with tab plugin. This event may be used to hook into the function.<br />

Event Description Example<br />

show.bs.tab<br />

This event fires on tab show, but before the new<br />

tab has been shown.<br />

Use event.target andevent.relatedTarget to<br />

target the active tab and the previous active tab<br />

(if available) respectively.<br />

$('a[datatoggle="tab"]').on('show.bs.tab',<br />

function (e) {<br />

e.target // activated tab<br />

e.relatedTarget // previous tab<br />

})<br />

shown.bs.tab<br />

This event fires on tab show after a tab has<br />

been shown.<br />

Useevent.target andevent.relatedTarget to<br />

target the active tab and the previous active tab<br />

(if available) respectively.<br />

$('a[datatoggle="tab"]').on('shown.bs.tab',<br />

function (e) {<br />

e.target // activated tab<br />

e.relatedTarget // previous tab<br />

TUTORIALS POINT<br />

Simply Easy Learning

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!