<!DOCTYPE html><html lang="en"><head>      <meta name="viewport" content="width=device-width, initial-scale=1">      <link rel="stylesheet" href="styles/jquery.mobile-1.4.3.min.css" />      <style>              #footerMsg {font-size: 12px;}              .ui-slider-switch { width: 100px !important }      </style>      <script src="scripts/jquery-2.1.0.min.js"></script>      <script src="scripts/jquery.mobile-1.4.3.min.js"></script></head><body>    <div data-role="page">        <div data-role="header">            <h1>Employee Form</h1>        </div>        <div data-role="main" class="ui-content">            <form id="frmEmployee">                <div class="ui-field-contain">                    <label for="selActive" class="ui-hidden-accessible ...

Get jQuery 2 Recipes: A Problem-Solution Approach now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.