Jquery project commonly used method, continuously updated

1.jquery selected variables using a method:

$ ( "#" + Id + "_PARENT") where id is variable

2.jquery set the style

. $ ( "#" + Id + "_PARENT") css ( "visibility", "hidden"); Set elements are not visible but still occupies the position of page

3.jquery delete your

$("#" + id + "_PARENT").remove();

Published 17 original articles · won praise 1 · views 3153

Guess you like

Origin blog.csdn.net/chouyiqiong5655/article/details/89355660