An open API service indexing awesome lists of open source software.

https://github.com/moshfeu/select2-placeholder-transition

an extends to the popular jquery plugin - select 2 that animating the placeholder
https://github.com/moshfeu/select2-placeholder-transition

jquery-plugin placeholder select2

Last synced: 3 months ago
JSON representation

an extends to the popular jquery plugin - select 2 that animating the placeholder

Awesome Lists containing this project

README

        

[![https://nodei.co/npm/select2-placeholder-transition.png?downloads=true&downloadRank=true&stars=true](https://nodei.co/npm/select2-placeholder-transition.png?downloads=true&downloadRank=true&stars=true)](https://www.npmjs.com/package/select2-placeholder-transition)

[![HitCount](https://hits.dwyl.com/moshfeu/select2-placeholder-transition.svg)](https://hits.dwyl.com/dwyl/start-here)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/moshfeu/select2-placeholder-transition/issues)

# select2-placeholder-transition
an extends to the popular jquery plugin - [select2](https://github.com/select2/select2) that animating the placeholder

# Usage

$(document).ready(function() {
$(".select2-placeholder-transition").select2PlaceholderTransition({
placeholder: 'Destination(s)'
/*,... other options*/
});
});

**All the options will pass as is to the `select2` function, except `placeholder` which will be handle by this plugin**

# Demo

This plugin wrote with love futher this question in Stackoverflow: [https://stackoverflow.com/q/49719506/863110](https://stackoverflow.com/q/49719506/863110)