Click here to Skip to main content
15,908,445 members

Comments by wladimirbm (Top 12 by date)

wladimirbm 17-Jun-14 6:09am View    
try use top(1)
wladimirbm 17-Jun-14 4:39am View    
after add new element set itself focus for needed element

...

$('#filename'+i).focus();

i++;
return false;
wladimirbm 17-Jun-14 4:33am View    
try change line

$('#addScnt').live('click', function() {

var scntDiv = $('#txtlength');

var i = $('#txtlength p').size() ;

cause your variable always as in first time
wladimirbm 8-Aug-13 5:21am View    
may be you have same names?
wladimirbm 7-Aug-13 6:26am View    
OMG