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

Python语言及其应用

Python语言及其应用

[美] Bill Lubanovic / 丁嘉瑞、梁杰、禹常隆 / 人民邮电出版社 / 2016-1 / 79.00元

本书介绍Python 语言的基础知识及其在各个领域的具体应用,基于最新版本3.x。书中首先介绍了Python 语言的一些必备基本知识,然后介绍了在商业、科研以及艺术领域使用Python 开发各种应用的实例。文字简洁明了,案例丰富实用,是一本难得的Python 入门手册。一起来看看 《Python语言及其应用》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

在线进制转换器
在线进制转换器

各进制数互转换器