微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

jQueryServer

程序名称:jQueryServer

授权协议: 未知

操作系统: 未知

开发语言:

jQueryServer 介绍

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.

jQueryServer 官网

http://plugins.jquery.com/project/jQueryServer

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐