rise

Web言語備忘録

  • core
  • Selector
  • Attribute
  • Traversing
  • Effect
  • Event
  • Manipulation
  • Ajax
  • CSS
  • Utility

each()

get()

length

index

:checkbox

:checked

:contains("文字列")

:empty()

:eq(index)

:even

:first

:gt(index)

:has()

:hidden(),:visible()

:last

:lt(index)

:not()

:odd

addClass()

attr()

hasClass()

html()

prop()

removeClass()

toggleClass()

val()

andSelf()

children()

eq()

filter()

find()

has()

next()

nextAll()

nextUntil()

not()

parent()

prev()

prevAll()

prevUntil()

siblings()

animate()

delay()

fadeIn(),fadeOut()

fadeto()

fadeToggle()

finish()

hide()

queue()

toggle()

slideToggle()

slideUp(),slideDown

show()

stop()

bind()

click()

change()

contextmenu()

dblclick()

focus(),blur()

hover()

key...()

mouse...()

off()

on()

resize()

scroll()

submit()

trigger()

after()

append()

before()

clone()

empty()

prepend()

remove()

replaceAll()

replaceWith()

text()

wrap()

wrapAll()

ajax()

get()

getJSON()

getScript()

load()

post()

css()

height()

innerHeight,Width()

offset()

outerHeight,Width()

position()

scrollLeft()

scrollTop()

width()

属性フィルタ

file

$.grep(array, callback)

$.inArray(value, array)

$.makeArray(obj)

$.merge(array, array2)

$.reverse()

@rise