jerry jquery in java

Jerry is a jQuery in Java. Jerry is a fast and concise Java Library that simplifies HTML document parsing, traversing and manipulating. Jerry is designed to change the way that you parse HTML content.
http://jodd.org/doc/jerry/index.html

import static jodd.lagarto.dom.jerry.Jerry.jerry;
...
Jerry doc = jerry(html);
doc.$("div#jodd p.neat").css("color", "red").addClass("ohmy");

你可能感兴趣的:(jquery)