1.0.3 • Published 6 years ago

bootstrap-quicksearch v1.0.3

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
6 years ago

quickSearch

Bootstrap Quick Search

Installation

Installation is easy, with minimal dependencies. Only Twitter Bootstrap's and jQuery are required.

Usage

Simply create a div with an id to be used by the plugin. Then call jquery function to create the control.

$('#myDivId').quickSearch();

You could also add some options to your control.

$('#myDivId').quickSearch({
    searchOptions:[{
        url: "http://google.com/search?q=",
        placeholder: "Web Search",
        type: "text",
        newWindow: false
    }]
});

Parameters

These are the parameters required for the plugin:

  • searchOptions: Array of the searchOption object
    • url: Url where the control will go after hitting Enter
    • placeholder: This will be the place holder for the input control
    • type: this will be the type for the input control
      • text/number
    • newWindow: determines if the control will launch a new window or not
1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago