반응형 Front/Jquery3 .ready() Description: Specify a function to execute when the DOM is fully loaded While JavaScript provides the load event for executing code when a page is rendered, this event does not get triggered until all assets such as images have been completely received. In most cases, the script can be run as soon as the DOM hierarchy has been fully constructed. The handler passed to .ready() is guaranteed to be.. 2012. 8. 6. .attr() 참고 사이트 : http://api.jquery.com/attr/ Description: Get the value of an attribute for the first element in the set of matched elements. The .attr() method gets the attribute value for only the first element in the matched set. To get the value for each element individually, use a looping construct such as jQuery's .each() or .map() method. [소스] This Test is very Simple Test! We have to Study Hard .. 2012. 8. 6. .draggable() Drag me destroy AceT 2012. 8. 6. 이전 1 다음 반응형