Skip to content

Jquery + bootstrap filters rending out of the box for backoffice use

Notifications You must be signed in to change notification settings

JQueryCollection/jquery-filters-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Filters

Jquery + bootstrap filters rending out of the box for backoffice use

--> add a picutre here

Quick Start

<!DOCTYPE html>
<html>
<head>
  <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
  <script src="http://momentjs.com/downloads/moment.min.js"></script>
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
  <script src="https://cdn.rawgit.com/dangrossman/bootstrap-daterangepicker/master/daterangepicker.js"></script>
  <script src="https://cdn.rawgit.com/ohadpartuck/jquery-filters-plugin/v0.0.2/jquery.filters.js" type="text/javascript"></script>
  
  <link rel="stylesheet" media="all" href="https://raw.githubusercontent.com/dangrossman/bootstrap-daterangepicker/master/daterangepicker-bs3.css">
  <link rel="stylesheet" media="all" href="static/vendors/css/bootstrap-daterangepicker/improvely.css">
  <link rel="stylesheet" media="all" href="static/vendors/css/bootstrap/bootstrap.min.css">
  <!--<link rel="stylesheet" media="all" href="static/vendors/css/font-awesome/font-awesome.min.css">-->
<body>
  <div id="wrapper">
      <div id="filter"></div>
  </div> 
  </body>

</html>

Dependencies

Usage

Demo

http://ohadpartuck.github.io/filter_demo/

About

Jquery + bootstrap filters rending out of the box for backoffice use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 77.2%
  • JavaScript 22.8%