javascript - Width setting on jQuery dropdownchecklist not being applied -


 $(document).ready(function () {     $("#ddlone").dropdownchecklist("destroy");     $("#ddlone").dropdownchecklist({ icon: {}, closeradioonclick: true, maxdropheight: 220, width: 58 });    }); 

i have above peace of code , no matter value set width, dropdownchecklist remains same. way i'm doing above there correct way?


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

c# - Abstract method in public abstract class implementing an internal interface doesn't compile? -

authentication - Mongodb revoke acccess to connect test database -