Imはフルカレンダーadd_event
に取り組んで来て、私は彼のようなものがある場合:スキップ選択オプションのデフォルト値は
$('#event_add').unbind('click').click(function() {
var title =
$('#lstProveedor option:selected').html() +
' - ' +
$('#lstcuadrilla option:selected').html() +
' - ' +
$('#lstSucursal option:selected').html() +
' - ' +
$('#lstRegion option:selected').html() +
' - ' +
$('#lstSolicitud option:selected').html();
addEvent(title);
});
例えば:$('#lstProveedor option:selected').html() +' - '
の選択した値が"select an option"
ドント・カウントであれば、それは、ちょうど私がすることができますスキップをそれを行う?よろしくお願いします。
仕事大!!!ありがとう – Gerardo