Click here to Skip to main content
15,881,881 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
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
Posted

1 solution

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/[^]
 
Share this answer
 
Comments
_Amy 31-Aug-12 23:57pm    
Exactly. 5'ed!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900