|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Too lazy to set a custom title
Industry Role:
Join Date: Aug 2002
Posts: 55,480
|
anyone use the prototype js framework?
Curious how to set an action through the ajax call
Code:
function vote(id, rate, img, event) {
new Ajax.Request(MyAjax.ajaxurl, {
method: "post",
parameters: "rate=" + rate + "&id=" + id,
onSuccess: function(transport) {}
});
}
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence. ![]() My Cam Feeds Script |
|
|
|
|
|
#2 |
|
Confirmed User
Industry Role:
Join Date: Jun 2012
Location: All Over
Posts: 3,917
|
Bumping this is the least I can do to help a GFY wp uberpimp! Thanks for all the quality WP posts, fris.
__________________
|
|
|
|
|
|
#3 |
|
Too lazy to set a custom title
Industry Role:
Join Date: Aug 2002
Posts: 55,480
|
thanks figured it out, you need to pass the action in params.
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence. ![]() My Cam Feeds Script |
|
|
|