Senin, 10 Juni 2013

JQUERY Form Event


$('#_m_truck_type_id_').focus();

$('#_m_truck_type_id_').val();

$('#m_activity_id :selected').val();

$('#vv_flag').change();

$('#vv_flag').attr('checked');

$('.show_vv_flag').show('1000');

$('.show_vv_flag').hide('1000');

$('#si_flag').attr('checked', false);

$('#process_t_agreement_id').html();

$('#multiplier').attr('readonly','');

$('#multiplier').attr('readonly','readonly');
-----------------------------------------------
$('#nett_weight,#tare_weight').bind('blur keyup', function(){});

$('#btn_del_line').click( function() {});

window.setTimeout(function() {checkTotalLineAmmount(curr);}, 3000);

$("tr#totalcost").append();

$(window).load(function () {});

$("td#td_"+curr).remove();

$(this).attr('style', 'border:1px solid;background:#FFFFFF;');

$('#tableGrid tr').each(function() { });

$('#tableGrid tr#row'+i).hide();

$('#tableGrid tr#row'+i).hide();

0 komentar:

Posting Komentar