Hi everyone I am using outerWidth()
method to get width
property of input type="text"
field. which I am setting on the search box, It is setting correctly on localhost but not on server what is the issue can anybody help me. Here in code this is input box thanks
var search_id = $(this).attr('id');
var width = $(this).outerWidth();
<div id="total_div_'+search_id+'" tabindex="0" style="width:'+width+';max-height:230px