오늘도 좋은아침~!!!

개발/JQuery

[JQ]Doc

리히 2024. 8. 15. 23:48
반응형

 

  • JqUi
    • Effects
      • .addClass
      • "blind"
      • "bounce"
      • "clip"
      • .animate()
      • .cssClip()
      • drop
      • Easings
        • linear
        • swing
        • _default
        • easeInQuad
        • easeOutQuad
        • easeInOutQuad
        • easeInCubic
        • easeOutCubic
        • easeInOutCubic
        • easeInQuart
        • easeOutQuart
        • easeInOutQuart
        • easeInQuint
        • easeOutQuint
        • easeInOutQuint
        • easeInExpo
        • easeOutExpo
        • easeInOutExpo
        • easeInSine
        • easeOutSine
        • easeInOutSine
        • easeInCirc
        • easeOutCirc
        • easeInOutCirc
        • easeInElastic
        • easeOutElastic
        • easeInOutElastic
        • easeInBack
        • easeOutBack
        • easeInOutBack
        • easeInBounce
        • easeOutBounce
        • easeInOutBounce
      • .effect()
      • "explode"
      • "fade"
      • "fold"
      • .hide()
      • "highlight"
      • $.effects.clipToBox()
      • $.effects.createPlaceholder()
      • $.effects.define()
      • $.effects.removePlaceholder()
      • $.effects.restoreStyle()
      • $.effects.saveStyle()
      • $.effects.scaledDimensions()
      • "puff"
      • "pulsate"
      • .removeClass()
      • "scale"
      • "shake"
      • .show()
      • "size"
      • "slide"
      • .switchClass()
      • .toggle()
      • .toggleClass()
      • .transfer()
      • "transfer"
    • Effects Core
      • .addClass
      • .animate()
      • .cssClip()
      • "clip"
      • .effect()
      • .hide()
      • $.effects.clipToBox()
      • $.effects.createPlaceholder()
      • $.effects.define()
      • $.effects.removePlaceholder()
      • $.effects.restoreStyle()
      • $.effects.saveStyle()
      • $.effects.scaledDimensions()
      • .removeClass()
      • .show()
      • .switchClass()
      • .toggle()
      • .toggleClass()
      • .transfer()
    • Interactions
      • .draggable()
      • .droppable()
      • .mouse()
      • .resizable()
      • .selectable()
      • .sortable()
    • Method Overrides
      • .addClass()
      • .cssClip()
      • .hide()
      • .labels()
      • .position()
      • .removeClass()
      • .show()
      • .toggle()
      • .toggleClass()
    • Methods
      • .cssClip()
      • .disableSelection()
      • .effect()
      • .enableSelection()
      • .hide()
      • .labels()
      • .position()
      • .removeUniqueId()
      • .scrollParent()
      • .show()
      • .toggle()
      • .uniqueId()
    • Selectors
      • :data()
      • :focusable
      • :tabbable
    • Theming
      • CSS Framework
      • Icons
      • Stacking Elements
    • UI Core
      • :data()
      • .disableSelection()
      • .disableSelection()
      • :focusable
      • $.ui.keyCode
      • .removeUniqueId()
      • .scrollParent()
      • :tabbable
      • .uniqueId()
    • Utilities
      • .cssClip()
      • Easings
      • Form Reset Mixin
      • Widget Factory
      • Widget Plugin Bridge
      • .labels()
      • Mouse Interaction
      • .position()
    • Widgets
      • .accordion()
      • .autocomplete()
      • .button()
      • .buttonset()
      • .checkboxradio()
      • .controlgroup()
      • .datepicker()
      • .dialog()
      • Form Reset Mixin
      • Widget Factory
      • Widget Plugin Bridge
      • .menu()
      • .progressbar()
      • .selectmenu()
      • .slider()
      • .spinner()
      • .tabs()
      • .tooltip()
  • Jq
    • CSS
        • .addClass()
        • .css()
        • .hasClass()
        • .height()
        • .innerHeight()
        • .innerWidth()
        • .cssHooks
        • .cssNumber
        • .escapeSelector()
        • .offset()
        • .outerHeight()
        • .outerWidth()
        • .outerHeight()
        • .position()
        • .removeClass()
        • .scrollLeft()
        • .scrollTop()
        • .toggleClass()
        • .width()
    • Effects
      • Basics
        • .hide()
        • .show()
        • .toggle()
      • Custom
        • .animate()
        • .clearQueue()
        • .delay()
        • .dequeue()
        • .finish()
        • .interval
        • .off
        • .speed
        • .queue()
        • .stop()
      • Fading
        • .fadeIn()
        • .fadeOut()
        • .fadeTo()
        • .fadeToggle()
      • Sliding
        • .slideDown()
        • .slideToggle()
        • .slideUp()
    • Events
      • Browser Events
        • "event"
        • .error()
        • "resize"
        • .resize()
        • "scroll"
        • .scroll()
      • Document Loading
        • .holdReady()
        • .ready
        • .delay()
        • "load"
        • .load()
        • .ready()
        • "unload"
        • .unload()
      • Event Handler Attachment
        • .bind()
        • .delegate()
        • .die()
        • .proxy()
        • .live()
        • .off()
        • .on()
        • .one()
        • .trigger()
        • .triggerHandler()
        • .unbind()
        • .undelegate()
      • Event Object
        • e.currentTarget
        • e.data
        • e.isDefaultPrevented()
        • e.isImmediatePropagationStopped()
        • e.isPropagationStopped()
        • e.metaKey
        • e.namespace
        • e.pageX
        • e.pageY
        • e.preventDefault()
        • e.relatedTarget
        • e.result
        • e.stopImmediatePropagation()
        • e.stopPropagation()
        • e.target
        • e.timeStamp
        • e.type
        • e.which
      • Form Events
        • "blur"
        • .blur()
        • "change"
        • .change()
        • "focus"
        • .focus()
        • "focusin"
        • .focusin()
        • "focusout"
        • .focusout()
        • "select"
        • .select()
        • "submit"
        • .submit()
      • Keyboard Events
        • "keydown"
        • .keydown()
        • "keypress"
        • .keypress()
        • "keyup"
        • .keyup()
      • Mouse Events
        • "click"
        • .click()
        • "contextmenu"
        • .contextmenu()
        • "dblclick"
        • .dblclick()
        • .hover()
        • "mousedown"
        • .mousedown()
        • "mouseenter"
        • .mouseenter()
        • "mouseleave"
        • .mouseleave()
        • "mousemove"
        • .mousemove()
        • "mouseout"
        • .mouseout()
        • "mouseover"
        • .mouseover()
        • "mouseup"
        • .mouseup()
        • .toggle()
    • Forms
        • "blur"
        • .blur()
        • "change"
        • "focus"
        • .focus()
        • "focusin"
        • .focusin()
        • "focusout"
        • .focusout()
        • .param()
        • "select"
        • .serialize()
        • .serializeArray()
        • "submit"
        • .val()
    • Manipulation
      • Class Attribute
        • .addClass()
        • .after()
        • .append()
        • .appendTo()
        • .attr()
        • .before()
        • .clone()
        • .css()
        • .detach()
        • .empty()
        • .hasClass()
        • .height()
        • .html()
        • .innerHeight()
        • .innerWidth()
        • .insertAfter()
        • .insertBefore()
        • .cssNumber
        • .htmlPrefilter()
        • .offset()
        • .outerHeight()
        • .outerWidth()
        • .position()
        • .prepend()
        • .prependTo()
        • .prop()
        • .remove()
        • .removeAttr()
        • .removeClass()
        • .removeProp()
        • .replaceAll()
        • .replaceWith()
        • .scrollLeft()
        • .scrollTop()
        • .text()
        • .toggleClass()
        • .unwrap()
        • .val()
        • .width()
        • .wrap()
        • .wrapAll()
        • .wrapInner()
      • Copying
        • .clone()
      • DOM Insertion, Around
        • .unwrap()
        • .wrap()
        • .wrapAll()
        • .wrapInner()
      • DOM Insertion, Inside
        • .append()
        • .appendTo()
        • .html()
        • .prepend()
        • .prependTo()
        • .text()
      • DOM Insertion, Outside
        • .after()
        • .before()
        • .insertAfter()
        • .insertBefore()
      • DOM Removal
        • .detach()
        • .empty()
        • .remove()
        • .unwrap()
      • DOM Replacement
        • .replaceAll()
        • .replaceWith()
      • General Attributes
        • .attr()
        • .prop()
        • .removeAttr()
        • .removeProp()
        • .val()
      • Style Properties
        • .css()
        • .height()
        • .innerHeight()
        • .innerWidth()
        • .cssNumber
        • .offset()
        • .outerHeight()
        • .outerWidth()
        • .position()
        • .scrollLeft()
        • .scrollTop()
        • .width()
    • Miscellaneous
      • Collection Manipulation
      • Data Storage
      • DOM Element Methods
        • .get()
        • .index()
        • .size()
        • .toArray()
      • Setup Methods
    • Offset
        • .offset()
        • .offsetParent()
        • .position()
        • .scrollLeft()
        • .scrollTop()
    • Selectors
      • Attribute
        • [name|='value']
        • [name*='value']
        • [name~='value']
        • [name$='value']
        • [name='value']
        • [name!='value']
        • [name^='value']
        • [name='value']
        • [name='value'][name2='value']
      • Basic
        • ("*")
        • (".class")
        • ("tag")
        • ("#id")
        • (" , , ")
      • Basic Filter
        • :animated
        • :eq()
        • :even
        • :first
        • :even
        • :focus
        • :gt()
        • :header
        • :lang()
        • :last
        • :lt()
        • :not()
        • :odd
        • :root
        • :target
      • Child Filter
        • :first-child
        • :first-of-type
        • :last-child
        • :last-of-type
        • :nth-child()
        • :nth-last-child()
        • :nth-last-of-type()
        • :nth-of-type()
        • :only-child
        • :only-of-type
      • Content Filter
        • :contains()
        • :empty
        • :has()
        • :parent
      • Form
        • :button
        • :checkbox
        • :checked
        • :disabled
        • :enabled
        • :file
        • :focus
        • :image
        • :input
        • :password
        • :radio
        • :reset
        • :selected
        • :submit
        • :text
      • Hierarchy
        • (“parent > child”)
        • (“ancestor descendant”)
        • (“prev + next”)
        • (“prev ~ siblings”)
      • jQuery Extensions
        • :animated
        • [name!=”value”]
        • :button
        • :checkbox
        • :contains()
        • :eq()
        • :even
        • :file
        • :first
        • :gt()
        • :has()
        • :header
        • :hidden
        • :image
        • :input
        • :last
        • :lt()
        • :odd
        • :parent
        • :password
        • :radio
        • :reset
        • :selected
        • :submit
        • :text
        • :visible
      • Visibility Filter
        • :hidden
        • :visible
    • Traversing
      • Filtering
        • .eq()
        • .even()
        • .filter()
        • .first()
        • .has()
        • .is()
        • .last()
        • .map()
        • .not()
        • .odd()
        • .slice()
      • Miscellaneous Traversing
        • .add()
        • .addBack()
        • .andSelf()
        • .contents()
        • .nextAll()
        • .end()
        • .not()
      • Tree Traversal
        • .children()
        • .closest()
        • .find()
        • .next()
        • .nextAll()
        • .nextUntil()
        • .offsetParent()
        • .parent()
        • .parents()
        • .parentsUntil()
        • .prev()
        • .prevAll()
        • .prevUntil()
        • .siblings()
    • Utilities
        • .clearQueue()
        • .dequeue()
        • $.contains()
        • $.data()
        • $.dequeue()
        • $.each()
        • $.extend()
        • $.fn.extend(){}
        • $.globalEval()
        • $.grep()
        • $.inArray()
        • $.isArray()
        • $.isEmptyObject()
        • $.isFunction()
        • $.isNumeric()
        • $.isPlainObject()
        • $.isWindow()
        • $.isXMLDoc()
        • $.makeArray()
        • $.map()
        • $.merge()
        • $.noop()
        • $.now()
        • $.parseHTML()
        • $.parseJSON()
        • $.parseXML()
        • $.proxy()
        • $.queue()
        • $.removeData()
        • $.support
        • $.trim()
        • $.unique()
        • $.uniqueSort()
        • .queue()
        • .uniqueSort()

 

 

 

 

 

 

 

 

 

 

728x90
반응형