jQuery4PHP

码农软件 · 软件分类 · UI组件库 · 2019-08-03 07:57:40

软件介绍

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>

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

Chinese Authoritarianism in the Information Age

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》 这本书的介绍吧!

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

在线压缩/解压 HTML 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换