Common website address and Jqery finishing

Source: Internet
Author: User
Tags java se

Docjar:search Open Source Java API
http://www.docjar.com/

Online tools, common API documentation Index
http://tool.oschina.net/apidocs/

Java SE7 API Docs (jdk1.7) Official website
https://docs.oracle.com/javase/7/docs/api/

Java SE (jdk1.5) Chinese version
Http://www.cjsdn.net/Doc/JDK50/

Java SE (jdk1.6) Chinese version package no frame official website
Http://download.oracle.com/technetwork/java/javase/6/docs/zh/api/overview-summary.html

Java SE6 All Classes Chinese version no frame
Http://download.oracle.com/technetwork/java/javase/6/docs/zh/api/allclasses-noframe.html

Java EE7 APIs (Packages javax.*)
https://docs.oracle.com/javaee/7/api/

Struts2 Documentation>home>guides
Http://struts.apache.org/docs/guides.html

Struts2 xwork:core API (Packages com.opensymphony.xwork2.*;)
Http://struts.apache.org/maven/xwork-core/apidocs/index.html

Struts 2 Core API (Packages org.apache.struts2.*)
Http://struts.apache.org/maven/struts2-core/apidocs/index.html

Struts Tags > Tag Reference
Http://struts.apache.org/docs/tag-reference.html

Struts 2 Convention Plugin 2.1.8.1 API
(Packages com.apache.struts2.convention.*)
Http://struts.apache.org/maven/struts2-plugins/struts2-convention-plugin/apidocs/index.html

Struts 2 REST Plugin 2.3.20 API (Packages org.apache.struts2.rest.*)
Http://struts.apache.org/maven/struts2-plugins/struts2-rest-plugin/apidocs/index.html

Spring-3.1.1 API
http://tool.oschina.net/apidocs/apidoc?api=Spring-3.1.1

JQuery API
http://jqapi.com/

OGNL 4.0 API
Http://commons.apache.org/proper/commons-ognl/apidocs/index.html

Freemarker
Http://freemarker.org/docs/api/index.html

CSS API
http://css.doyoe.com/

HTML tags
http://www.w3school.com.cn/tags/
Http://www.w3cschool.cc/tags/ref-byfunc.html

Web Platform Docs
Https://docs.webplatform.org/wiki/Main_Page

SVG tags
Http://www.w3.org/TR/SVG11/eltindex.html
Https://docs.webplatform.org/wiki/svg/elements

Fusioncharts API
Www.fusioncharts.com/dev/api/fusioncharts.html

$ ("ul li:eq (0)"). text (); Get
      a No. 0 in the
    • The text content of the node.
$ ("SELECT element Tag"). attr ("attribute name"); Gets a property of the selected element (obtained according to the property name).

Append ()
$ ("P"). Append ("adb"); to all

Tag inside, append content "adb"

$ ("selector"). Append ("text string, or HTML code");p Repend ()//Ibid., append before

AppendTo ()
$ ("

Hello "). Prependto (" P "); to all

Tag inside after adding
$ ("content"). Prependto ("selector");

Same as append (), but with different parameter locations

Prependto ()

Ibid., before adding

After ()
$ ("P"). After ("

Hello "); In

The outside of the back, insert the new HTML code

$ ("selector"). After ("HTML code: String");

Before ()

Ditto

InsertAfter ()
$ ("

Hello "). InsertAfter (" P "); Parameter on different

$ ("HTML code"). InsertAfter ("selector");

InsertBefore ()

Ditto

The Remove () method//Removes the matched element from the DOM, such as $ ("ul Li:eq (1)"). Remove ();//Delete 2nd

  • Element node, it should be noted that this method should correspond to the Removechild,removechild method in the JS object method to remove the node is not really released, you can re-reference this node

  • Common website address and Jqery finishing

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.