$.text
method (#855).serialize()
support. Fixes #69 (#827)$.fn.toArray
(Mike Pennisi)wrap
(Mike Pennisi)children
(Mike Pennisi)wrap
method (Dandlezzz)value
attribute. Fixes #633 (Todd Wolfson)data-custom="{{templatevar}}"
. There is possibility error while parsing json . (Harish.K)Cheerio#serialzeArray
(Mike Pennisi)serializeArray()
and added multiple support (Todd Wolfson)children
array (Mike Pennisi)load
(Mike Pennisi)children
(Mike Pennisi)css
method (Mike Pennisi)Cheerio#val
(Mike Pennisi)after
and before
(Mike Pennisi)Cheerio#not
(Mike Pennisi)$.load
(Mike Pennisi)cheerio.load
(Mike Pennisi)$.prototype.find
(Mike Pennisi)extends
option (Mike Pennisi)contains
method (Mike Pennisi)$.prototype.index
(Mike Pennisi)$.prototype.addBack
(Mike Pennisi)uniqueSplice
function (Mike Pennisi)Cheerio#add
(Mike Pennisi)muted
attr to booleanAttributes (Alexey Raspopov)this
in .html (Felix Böhm)make bench
(David Chambers)data
internals with caching behavior (Mike Pennisi)entities.escape
for attribute values (Felix Böhm)html()
when xmlMode: true
(fb55)empty
method (@kpdecker)$.fn.toArray
(@jugglinmike)$.fn.get
(@jugglinmike)nextUntil
(@jugglinmike)nextAll
(@jugglinmike)selector
argument of next
method (@jugglinmike)prevUntil
(@jugglinmike)selector
argument of prev
method (@jugglinmike)prevAll
(@jugglinmike)siblings
(@jugglinmike)prevAll
, prev
, nextAll
, next
, prevUntil
, nextUntil
(@jugglinmike)replaceWith
method (@jugglinmike)connect
function (@jugglinmike)Cheerio#make
to document private status (@jugginmike)_.uniq
(@jugglinmike)Cheerio#parents
(@jugglinmike)$.fn.end
(@jugginmike)$.fn.map
(@jugglinmike)make
method (@jugglinmike)data
(@jugglinmike)find
from returning duplicate elements (@jugglinmike)replaceWith
(@jugglinmike)before
(@jugglinmike)after
(@jugglinmike)append
/prepend
(@jugglinmike)removeClass
(@jugglinmike)addClass
(@jugglinmike)removeClass
(@jugglinmike)siblings
(@jugglinmike)filter
and is
(@jugglinmike)$.fn.text
(@jugglinmike)Cheerio#parents
(@jugglinmike)$.contains(...)
(jugglinmike).children()
(jugglinmike & davidchambers)render
bug (wvl)_.each
and _.map
to simplify cheerio namesakes (@davidchambers)makeCheerioArray
.load
.Many thanks to the contributors that made this release happen: @ironchefpython and @siddMahen
$(...).html()
now returns inner HTML, which is in line with the jQuery spec$.html()
returns the full HTML string. $.html([cheerioObject])
will return the outer(selected element's tag) and inner HTML of that objectappend('<ul><li><li></ul>')
) from getting parent
, next
, prev
attributes.make test
to work from npm installation<script>
and <style>
tags (Closes Issue: #8)Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.