jQueryServer

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-09 21:59:49

软件介绍

Unobstrusive, client-side bindings to server-side implmentation of jQuery (actually only PHP is supported).

Scenario is simple:

  • 1. Connect to server and make an Ajax request to somewhere (crossdomain allowed)
  • 2. Do some manipulations, you can even trigger a server-side event
  • 3. Get processed date back to browser

Example:

$.server({url: 'http://somesite.com})
  .find('.my-class')
    .client(function(response){
      $('.destination').html(response);
});

This plugin is a subproject of phpQuery, and their releases are combined.

本文地址:https://codercto.com/soft/d/23036.html

JavaScript语言精粹

JavaScript语言精粹

Douglas Crockford / 赵泽欣、鄢学鹍 / 电子工业出版社 / 2009-4 / 35.00元

本书通过对JavaScript语言的分析,甄别出好的和坏的特性,从而提取出相对这门语言的整体而言具有更好的可靠性、可读性和可维护性的JavaScript的子集,以便你能用它创建真正可扩展的和高效的代码。 雅虎资深JavaScript架构师Douglas Crockford倾力之作。 向读者介绍如何运用JavaScript创建真正可扩展的和高效的代码。一起来看看 《JavaScript语言精粹》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器