...
|
...
|
@@ -760,3 +760,7 @@ $(document).on("keyup", ".number", function() { |
|
|
$(this).val($(this).val().replace(/\D/g, ''));
|
|
|
});
|
|
|
|
|
|
//双击弹窗
|
|
|
$(document).on("dblclick","#add-content>li.custom-group",function(){
|
|
|
$(this).find(".edit").click();
|
|
|
}); |
|
|
\ No newline at end of file |
...
|
...
|
|