Advertisement
shoyebzz

On click append.

Jan 14th, 2021
1,542
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.10 KB | None | 0 0
  1. $("button.class").on("click", function(){
  2.     $("targetElement").append( "<ul>Submenu........</ul>" );
  3. });
  4.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement