I’m trying to use
$("button").button();
but jquery-ui-1.8.16.custom.min.js used by SlickGrid doesn’t have the button Widget. Is possible to fix this?
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
what you have to do is download jquery-ui again. selecting the widget button. then replace the old js with the new one.
that should do the trick.
what happens its that slick grid uses a reduced version of jquery-ui, optimize. but you can use a complete version if you want.