你好,在这个代码#vase和#traktor是2下拉菜单和继续按钮现在我想删除#traktor下拉列表,并希望继续按钮,但现在它没有工作可以有人帮我那里
$('#buttontrigger').click(function(){
var p = $(this).parents('#canvascheat');
if($('#vase').val().trim().length > 0 && $('#traktor').val().trim().length > 0){
$('#canvascheat').fadeOut(500, function(){
$('#process_container').show(function(){
wInitialize('textfocus', function(){
w = 100;
stop = true;
$('#bar').text(w+'%').css('width',w+'%');
$('#window_modal').fadeIn(800);
});