Answer the question
In order to leave comments, you need to log in
Disable plugin on mobile?
Good afternoon, tell me how to disable the plugin on mobile devices?
The condition when changing the width does not fit. jQuery Form Style Plugin.
$(function() {
$('.form-select').styler();
});
Answer the question
In order to leave comments, you need to log in
You can use this code from here
function isMobileDevice() {
return (typeof window.orientation !== "undefined") || (navigator.userAgent.indexOf('IEMobile') !== -1);
};
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question