弹出jQuery或Ajax [英] popup jquery or ajax

查看:69
本文介绍了弹出jQuery或Ajax的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨朋友

IAM如何将参数发送到弹出式jQuery或弹出式Ajax.
当单击heyperlink项目gridview时,将键(dbbase中的键)记录发送到弹出的jquery和ajax
.

我喜欢不使用弹出式JavaScript而不是javascript

hi friends

how can iam send parametr to popup jquery or popup ajax .
when click on heyperlink item gridview send a key(key in dbbase) record to popup jquery and ajax
.

I like want popup javascript but not javascript

推荐答案

我喜欢不使用弹出式javascript但不需要javascript
不清楚!


iam如何将参数发送到弹出式jquery或弹出式ajax.
Ajax语法中的data参数是将传递/传递参数值的参数.
数据对象,字符串

要发送到服务器的数据.如果还不是字符串,则将其转换为查询字符串.它被附加到GET请求的URL上.请参阅processData选项以防止这种自动处理.对象必须是键/值对.如果value是一个Array,则jQuery会根据传统设置(如下所述)的值,使用相同的键序列化多个值.

此处的详细信息: http://api.jquery.com/jQuery.ajax/ [
I like want popup javascript but not javascript
Not clear!


how can iam send parametr to popup jquery or popup ajax .
data param in the ajax syntax is the one that will pass/carry on the parameter value.
data Object, String

Data to be sent to the server. It is converted to a query string, if not already a string. It''s appended to the url for GET-requests. See processData option to prevent this automatic processing. Object must be Key/Value pairs. If value is an Array, jQuery serializes multiple values with same key based on the value of the traditional setting (described below).

Details here: http://api.jquery.com/jQuery.ajax/[^]


这篇关于弹出jQuery或Ajax的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆