jQuery技术

jQuery推荐插件文件(5)

字号+ 作者:H5之家 来源:H5之家 2015-10-06 18:34 我要评论( )

Access your projects. 访问您的项目。 Click the Project tab to view your Aptana projects. 单击项目选项卡查看您的Aptana项目。 Create a new jQuery project. 创建一个新的jQuery的项目。 From the Aptana Fil


 

  • Access your projects.访问您的项目。
  • Click the Project tab to view your Aptana projects.单击项目选项卡查看您的Aptana项目。
  • Create a new jQuery project.创建一个新的jQuery的项目。
  • From the Aptana File menu, select New > Project...从Aptana 文件菜单,选择新建 “> 项目...
    The New Project wizard opens. 新建项目向导。
  • On the New Project wizard, expand the Aptana Projects folder and select General Web Project .在新建项目向导中,展开Aptana项目文件夹并选择一般的Web项目 。
  • Click the Next button.单击下一步按钮。
  • In the Project name: field, type a name for your new project.在项目名称:字段中,键入新项目的名称。
  • Click the Next button.单击下一步按钮。
  • From the Select Ajax Libraries list, check the box next to jQuery .从选择Ajax库列表中,勾选扩展到 jQuery。 Click Next .单击下一步 。
  • On the Jaxer Support screen, click the Select All button if you want to automatically add Jaxer support to the project.在Jaxer支持屏幕上,单击全选按钮,如果你想自动添加Jaxer为了支持这个项目。 Click Next .单击下一步 。
  • On the HTML Preview settings page, configure any special HTML preview settings for your project.在HTML预览设置页,配置任

  • 2009-12-12 23:50:14阅读全文>>>

    dreamweaver jquery--让Dreamweaver支持jquery

    Dreamweaver也支持jQuery,安装插件后,会有自动提示功能。如下图所示:

     

    效果可以吧,实现很简单,下载安装即可。

    首先当然要先安装好Dreamweaver了。


    2009-12-12 22:37:57阅读全文>>>

    jquery表单验证插件

    Form插件,支持Ajax,支持Ajax文件上传,功能强大,基本满足日常应用。

    1、JQuery框架软件包下载

    文件: jquery.rar

    大小: 29KB

    下载: 下载


    2、Form插件下载

    文件: jquery.form.rar

    大小: 7KB

    下载: 下载




    3、Form插件的简单入门
    第一步:先增加一个表单


    2009-12-11 23:08:51阅读全文>>>

    jQuery 常用方法总结【精】

    一个优秀的 JavaScript 框架,一篇 jQuery 常用方法及函数的文章留存备忘。

    jQuery 常见操作实现方式

    $("标签名") //取html元素 document.getElementsByTagName("")

    $("#ID") //取单个控件document.getElementById("")

    $("div #ID") //取某个控件中 控件

    $("#ID #ID") // 通过控件ID取其中的控件

    $("标签.class样式名") //通过class来取控件

    $("#ID").val(); //取value值

    $("#ID").val(""); //赋值

    $("#ID").hide(); //隐藏

    $("#ID").show(); //显示

    $("#ID").text(); //相当于取innerHTML


    2009-12-11 13:08:28阅读全文>>>

     

    1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。

    相关文章
    • 7个有用的jQuery小技巧

      7个有用的jQuery小技巧

      2016-02-26 13:02

    • jQuery制作select双向选择列表

      jQuery制作select双向选择列表

      2016-02-26 11:00

    • 全面详细的jQuery常见开发技巧手册

      全面详细的jQuery常见开发技巧手册

      2016-02-26 10:02

    • 强大的jQuery移动插件Top 10

      强大的jQuery移动插件Top 10

      2016-02-25 09:05

    网友点评
    a