-
Posts
3049 -
Joined
-
Days Won
67
Content Type
Profiles
Forums
Downloads
Events
Store
Blogs
Gallery
Raffles
Everything posted by Ryan
-
Ayy GG finally got internet
- Show previous comments 2 more
-
how are u gonna lag switch with that
-
...thats it?
-
7 hours ago, Mercury said:
...thats it?
Sorry got the cheap package
8 hours ago, JebronLames said:how are u gonna lag switch with that
Ez just turn it off and on again works everytime 10/10
10 hours ago, | Lynx | said:your still gonna be dedicated castle player hehe xd luv u ryan
neck xD
-
Congrats to the boys @Falcon @OutCast @Dante Fleury @TheCmdrRex Well deserved.
-
Anyone good working with API's? Need to create a POST XMLHTTP Request with specific parameters. Having a bit of an issue for some reason though.
- Show previous comments 1 more
-
Use JSON jquery is ez pz Json.
var markers = [{ "position": "128.3657142857143", "markerPosition": "7" }, { "position": "235.1944023323615", "markerPosition": "19" }, { "position": "42.5978231292517", "markerPosition": "-3" }]; $.ajax({ type: "POST", url: "/webservices/PodcastService.asmx/CreateMarkers", // The key needs to match your method's input parameter (case-sensitive). data: JSON.stringify({ Markers: markers }), contentType: "application/json; charset=utf-8", dataType: "json", success: function(data){alert(data);}, failure: function(errMsg) { alert(errMsg); } });
-
Just now, Fedot said:
Use JSON jquery is ez pz Json.
Yeah took a bit of googling but slowly getting there. Was gonna use php, but was told jquery is easier. Working on it now.
-
- 1
- Report