| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 | <!DOCTYPE html><html lang="en"><head>  <meta charset="utf-8">  <meta http-equiv="X-UA-Compatible" content="IE=edge">  <meta name="viewport" content="width=device-width, initial-scale=1.0">  {% if config.site_description %}<meta name="description" content="{{ config.site_description }}">{% endif %}  {% if config.site_author %}<meta name="author" content="{{ config.site_author }}">{% endif %}  {% if page.canonical_url %}<link rel="canonical" href="{{ page.canonical_url }}">{% endif %}  <link rel="icon" type="image/png" href="/android-chrome-192x192.png" sizes="192x192">  <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">  <link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">  <link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">  <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#2d80b5">  <meta name="application-name" content="SnapAppointments Scheduling">  <meta name="apple-mobile-web-app-title" content="SnapAppointments Scheduling">  <meta name="apple-mobile-web-app-capable" content="yes">  <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">  <meta name="msapplication-TileColor" content="#00a300">  <meta name="msapplication-TileImage" content="/mstile-144x144.png">  <meta name="theme-color" content="#2d80b5">  <link rel="icon" href="/favicon.ico">  <title>{% if page.title %}{{ page.title }} | {% endif %}bootstrap-select · SnapAppointments Developer</title>  <link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" rel="stylesheet">  <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">  <link href="{{ base_url }}/css/highlight.css" rel="stylesheet">  <link href="{{ base_url }}/css/base.css" rel="stylesheet">  {%- for path in extra_css %}  <link href="{{ path }}" rel="stylesheet">  {%- endfor %}  <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->  <!--[if lt IE 9]>    <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>    <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>  <![endif]--></head><body data-spy="scroll" data-target="#sidebar" data-offset="240">{% include "nav.html" %}{% if page and page.is_homepage %} <div class="jumbotron jumbotron-fluid bs-docs-header text-center">  <div class="container">    <h1>bootstrap-select</h1>    <h2 class="lead">      The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more. Now with Bootstrap 4 support.    </h2>    <a class="btn btn-outline-inverse btn-lg" href="//github.com/snapappointments/bootstrap-select/archive/v{{ config.extra.version }}.zip" role="button">      <i class="fa fa-download"></i> Download (v{{ config.extra.version }})    </a>  </div>  <div class="gh-btns">    <iframe src="https://ghbtns.com/github-btn.html?user=snapappointments&repo=bootstrap-select&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>    <iframe src="https://ghbtns.com/github-btn.html?user=snapappointments&repo=bootstrap-select&type=fork&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>  </div>  <div class="carbonad">    <div class="carbonad-inner">      <script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=silviomoretogithubiobootstrapsel" id="_carbonads_js"></script>    </div>    <div class="charity">      Ad revenue is donated to the charity <a href="http://www.projetocana.org/" target="_blank" rel="nofollow">Projeto Cana</a>. <br> Donate directly via <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FSC9BZ4WTN57Y" title="Donate to this project using PayPal" target="_blank">PayPal</a>.    </div>  </div></div><div class="container pb-4">{% include "content.html" %}</div>{% else %}<section class="jumbotron jumbotron-fluid">  <div class="container-fluid">    <h1>{{ page.title }}</h1>  </div></section><div class="container-fluid">  <div class="row">    <div class="col-lg-3">{% include "toc.html" %}</div>    <div class="col-lg-9" role="main">{% include "content.html" %}</div>  </div></div>{% endif %}  <div class="footer">    <div class="container text-center">      <p class="text-muted">Bootstrap-select is maintained by <a href="https://snapappointments.com">SnapAppointments</a>, <a href="https://github.com/caseyjhol">caseyjhol</a>,        and the community.</p>    </div>  </div><script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script><script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.bundle.min.js"></script><script src="{{ base_url }}/js/highlight.pack.js"></script><script src="{{ base_url }}/js/base.js"></script>{%- for path in extra_javascript %}<script src="{{ path }}"></script>{%- endfor %}<script>  $.fn.selectpicker.Constructor.DEFAULTS.iconBase = 'fa';</script><!-- Global site tag (gtag.js) - Google Analytics --><script async src="https://www.googletagmanager.com/gtag/js?id=UA-113793762-1"></script><script>  window.dataLayer = window.dataLayer || [];  function gtag(){dataLayer.push(arguments);}  gtag('js', new Date());  gtag('config', 'UA-113793762-1');</script></body></html>
 |