Skip to content

abemedia/jquery-gcse

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

jQuery Google Custom Search Engine

A lightweight wrapper around Google's Custom Search Engine featuring a Bootstrap theme.

Build Status Dependency Status

Usage

jQuery Google CSE needs to be activated via JavaScript.

$('#search_results').gcse({cseKey: 'YOUR_CSE_KEY'});

Options

Name Type Default Description
cseKey (required) string Your Google Custom Search Key
adsenseId string Your AdSense Publisher ID (for making cash with ads)
site string Search only URLs on this site (e.g. example.com/blog)
param string q URL param holding search query
autoComplete string true Enable auto-complete in the searchbox
resultsOnly string false Hide the search box
safe string false Enable safe-search - can be 'moderate', 'strict' or false
language string en Specify a language for your search engine

Copyright

© 2015-2016 Adam Bouqdib - http://abemedia.co.uk

About

A lightweight wrapper around Google's Custom Search Engine featuring a Bootstrap theme.

Resources

License

Stars

Watchers

Forks

Packages

No packages published