hernansartorio / jquery-nice-select

A lightweight jQuery plugin that replaces native select elements with customizable dropdowns.
http://jqueryniceselect.hernansartorio.com
963 stars 284 forks source link

How I can connect this plugin in react? #75

Open Yuricoden opened 6 years ago

Yuricoden commented 6 years ago

I'm trying importing this plugin in react , but that plugin display error in console.log(jquery is no defined). But in react app jquery installed and connected.

ghost commented 6 years ago

@Yuricoden You should import jquery to file, where you import this plugin

import $ from "jquery"; import this plugin

Yuricoden commented 6 years ago

That method don't working!

ghost commented 6 years ago

@Yuricoden try this import $ from "jquery"; window.jquery = $; import your plugin