In my CodeIgniter
application I am using following posted code for setting height of each <option>
inside <select>
but this code is not working, i.e. the height of <option>
is not set to 50px
. Please tell what can be the problem?
Code:
$("option").css("height", "50px");