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

数据结构

数据结构

殷人昆 / 清华大学 / 2007-6 / 39.00元

《数据结构》(第2版)“数据结构”是计算机专业的核心课程,是从事计算机软件开发和应用人员必备的专业基础。随着计算机的日益普及,“数据结构”课程也在不断地发展。《数据结构》(第2版)按照清华大学计算机系本科“数据结构”大纲的要求,从面向对象的概念、对象类设计的风格和数据结构的层次开始,从线性结构到非线性结构,从简单到复杂,深入地讨论了各种数据结构内在的逻辑关系及其在计算机中的实现方式和使用。此外,对......一起来看看 《数据结构》 这本书的介绍吧!

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

在线压缩/解压 HTML 代码

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码