Jerry
jQuery in Java
Jerry doc = Jerry.of("<html><div id='jodd'><b>Hello</b> Jerry</div></html>");
doc.s("div#jodd b").css("color", "red").addClass("ohmy");<html>
<div id="jodd">
<b style="color:red;" class="ohmy">Hello</b> Jerry
</div>
</html>Last updated
Was this helpful?