- 授权协议: MIT
- 开发语言: PHP JavaScript
- 操作系统: 跨平台
- 软件首页: http://jquery4php.sourceforge.net/
- 软件文档: http://jquery4php.sourceforge.net/
软件介绍
jQuery4PHP ( jQuery for PHP ) 是一个 PHP5 库,用于简化使用 PHP 对象来编写 JavaScript 代码。开发 RIA 应用非常简单,无需了解太多 JavaScript 知识。提供大量 UI 组件库。集成很多 jQuery 的 UI 方面的插件。
示例代码:
<div>
<input type="button" value="Get Data [POST]" id="ajaxPostType" />
<?php
echo
YsJQuery::newInstance()
->onClick()
->in('#ajaxPostType')
->execute(
YsJQuery::post(
'examples/response/ajaxResponse.php',
array('my_data' => 'data'),
new YsJsFunction('alert(response)','response'),
YsJQueryConstant::DATA_TYPE_HTML
)
)
?>
</div>
Chinese Authoritarianism in the Information Age
Routledge / 2018-2-13 / GBP 115.00
This book examines information and public opinion control by the authoritarian state in response to popular access to information and upgraded political communication channels among the citizens in co......一起来看看 《Chinese Authoritarianism in the Information Age》 这本书的介绍吧!
