소프트웨어, 수학 자료 정리

마인드 맵 메뉴 분석

https://codepen.io/j4k0bkg/pen/PdzRrr

 

MindMap

...

codepen.io

 

tag 해석

<html>

<jquery>

>unbind

https://www.w3schools.com/jquery/event_unbind.asp

 

jQuery unbind() Method

jQuery unbind() Method ❮ jQuery Event Methods Example Remove all event handlers for all

elements: $("button").click(function(){   $("p").unbind(); }); Try it Yourself » Definition and Usage The unbind() method was deprecated in version 3.0. Use the off

www.w3schools.com

>attr

https://www.w3schools.com/jquery/html_attr.asp

 

jQuery attr() Method

jQuery attr() Method ❮ jQuery HTML/CSS Methods Example Set the width attribute of an image: $("button").click(function(){   $("img").attr("width","500"); }); Try it Yourself » Definition and Usage The attr() method sets or returns attributes and values of

www.w3schools.com

>after

https://www.w3schools.com/jquery/html_after.asp

 

jQuery after() Method

jQuery after() Method ❮ jQuery HTML/CSS Methods Example Insert content after each

element: $("button").click(function(){   $("p").after("

Hello world!

"); }); Try it Yourself » Definition and Usage The after() method inserts specified content afte

 

www.w3schools.com

 

 

https://codepen.io/Taxnot/pen/RNdzmY

 

mindmap

...

codepen.io

해석