Jquerypad practical jquery testing tool (supporting IE, chrome, ff)

Source: Internet
Author: User

First, let's take a look at the software running interface:

HTML on the left Code On the right side is the jquery code. Code folding and syntax highlighting are also supported (but there is no code prompt, and it feels a bit uncomfortable, however, after jquery is used for a long time, it should not matter if you are familiar with it.) After compiling, you can press F5 to view the actual effect. You can also click chrome, FF, IE button to view the actual effect of the three browsers. If you think you can save it as HTML, jquerypad will automatically merge jquery code and HTML code into HTML, and you can double-click it to run it, the generated code is as follows: Copy code The Code is as follows: <! -- Save from url = (0014) about: Internet -->
<! -- The comment above allows the embedded browser to load the document without the ActiveX security prompt -->
<! Doctype HTML public "-// W3C // dtd xhtml 1.0 strict // en" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<HTML xmlns = "http://www.w3.org/1999/xhtml" XML: lang = "en">
<Head>
<Meta http-equiv = "Content-Type" content = "text/html; charset = UTF-8"/>
<Title> jquerypad preview </title>
<SCRIPT type = "text/JavaScript" src = "file: // D:/Documents and Settings/documents/Local Settings/Application Data/jquerypad/9bdfde77-f688-4bca-8a6a-aee5635fae9a/jquery. JS "> </SCRIPT>
<Style type = "text/CSS">
Body
{
Font-family: segoe UI;
Font-size: 10pt;
Background: white;
}
</Style>
<SCRIPT type = "text/JavaScript">
$ (Document). Ready (
Function (){
$ ("# Hello" ).html ("Hello world! ");
});
</SCRIPT>
</Head>
<Body>
<Div id = "hello">
</Div>
</Body>
</Html>

How does it look good? I think it is a tool that can replace vs in daily development. After all, VS is too large. If you need to write basic code, you can use it.

Another highlight of this tool is the support for templates (using nvelocity ).ProgramUnder the templates directory, a jquery is displayed. JS and default. VM, Where default. VM is the template that actually generates HTML. This can be defined by the user. You can customize the template as long as you have used nvelocity, in this way, you can customize the template according to your needs. (SIGHS: The template engine is really good. When I used to use it, I thought it was really good, if you have never used it, you can learn it quickly, not necessarily nvelocity. You can also learn the T4 that comes with)

TIPS: when using this tool, you can use the CTRL + Tab key to switch the input of HTML and jquery code, which greatly speeds up writing without leaving one hand on the keyboard.

Small jquery development and testing tool for jquerypad (supporting IE, chrome, ff)

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.