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

Java Message Service API Tutorial and Reference

Java Message Service API Tutorial and Reference

Hapner, Mark; Burridge, Rich; Sharma, Rahul / 2002-2 / $ 56.49

Java Message Service (JMS) represents a powerful solution for communicating between Java enterprise applications, software components, and legacy systems. In this authoritative tutorial and comprehens......一起来看看 《Java Message Service API Tutorial and Reference》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

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

Markdown 在线编辑器

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

UNIX 时间戳转换