Jquerypad Practical jquery Testing tool (Support IE,CHROME,FF) _jquery

Source: Internet
Author: User
First look at the software's operating interface:

The code on the left is HTML, the right is the jquery code, while supporting code folding, syntax highlighting (but there is no code hint, feeling a bit uncomfortable, but the use of jquery for a long time the basic familiarity should be indifferent), after writing well, you can directly press F5 can see the actual effect, At the same time you can click on the Chrome,ff,ie button below to see the actual effect in 3 browsers, if you think you can save into the Html,jquerypad will automatically merge the jquery code and HTML code into HTML, you can double-click the run, the generated code is as follows:
Copy Code code as follows:

<!--saved 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" >
<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/kyo/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>
<body>
<div id= "Hello" >
</div>
</body>

What do you think, it looks good? I think it's a tool that can be used to replace vs on a daily basis because vs is too big to use if you're writing some basic code.

One of the highlights of this tool is the Support Template (using nvelocity), Open the program directory under the templates will see a jquery.js and DEFAULT.VM, where DEFAULT.VM is the actual production of HTML templates can be defined by the user, as long as the basic nvelocity can be customized templates, so you can according to their own needs to Custom Template (exclamation: Template engine is really good, not before how to use the time to feel superfluous, now spent a period of time feel really good, everyone if no use can quickly go to study, not necessarily if nvelocity, you can also learn under vs T4)

Tip: When using this tool, you can use the Ctrl+tab key to toggle the input of HTML and jquery code, which speeds up the writing speed without having one hand leave the keyboard.

Download Address Jquerypad Compact jquery Development Testing tool (support for 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.