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://codercto.com/soft/d/11532.html

Ruby for Rails

Ruby for Rails

David Black / Manning Publications / 2006-05-11 / USD 44.95

What's Inside * How Ruby and Rails work, separately and together * Extensive Ruby language tutorial * Ruby techniques for Rails applications * Explore the Rails framework source code A new level of pr......一起来看看 《Ruby for Rails》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

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

各进制数互转换器

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器