Selecting and
filtering
addClass()
removeClass()
find()
siblings()
next()
nextAll()
prev()
prevAll()
parents()
parent()
children()
not()
slice()
add()
eq()
get()
Events
Var x=
{
y: function(e)
{
e.preventDefault();
window.open(this.href,’FavoriteLink’,’’);
}
$(document).ready
(
x.y
)
addEventListener()
bind()
live()
hover()
toggle()
trigger()
typeOf()
Manipulating Content
and attributes
after()
remove()
attr()
removeAttr()
text()
html()
find()
Manipulating class
names
addClass()
removeClass()
toggleClass()
hasClass()
Getting, Setting and
Removing Content
html()
text()
appending()
prepending()
after()
before()
insertBefore()
insertAfter()
wrap()
wrapAll()
wrapInner()
replacing Elemnts
replaceWith()
replaceAll()
empty()
clone()
function of array
each()
filter()
push()
grep()
hide()
show()
map()
markeArray()
inArray()
merge()
unique()
get()
concat()
No comments:
Post a Comment