W3D Problems
world wide web development problems asp net php html xhtml css javascript jquery w3dproblems
Monday, November 16, 2015
Set the width of select2 input
$("select").select2({ width: 'resolve' });
OR
$("select").select2({ width: '100%' });
OR
$("select").select2({ dropdownAutoWidth : true });
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)