A Pen by rpun

Developer
Size
1,807 Kb
Views
66,792

How do I make an a pen by rpun?

What is a a pen by rpun? How do you make a a pen by rpun? This script and codes were developed by Rpun on 09 July 2022, Saturday.

A Pen by rpun Previews

A Pen by rpun - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>A Pen by rpun</title>
</head>
<body> <button class="trigger">Trigger</button>
<div class="result"></div>
<div class="log"></div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

A Pen by rpun - Script Codes JS Codes

$(document).ajaxError(function(event, request, settings) {	$("#background").append("<li>Error requesting page " + settings.url + "</li>");
});
$("body").ajaxError(function() {	$(".log").text("Triggered ajaxError handler.");
});
$("button.trigger").on("click", function() {	$("div.result").load("ajax/missing.html");
});
try {	$.get("http://jsonip.com1/", function(data) {	debugger;	console.log(data);	if (!data || data === "") {	// error	console.log("error DATA");	return;	}	var json;	try {	json = $.parseJSON(data);	} catch (e) {	debugger;	console.log("error parseJSON");	return;	}	}, "text")	.fail(function(xhr, textStatus, errorThrown) {	debugger;	console.log("fail");	console.log(xhr.responseText);	throw "getJSON failed";	});
} catch (err) {	debugger;	console.log(err.message);	console.log(err.name);
}
A Pen by rpun - Script Codes
A Pen by rpun - Script Codes
Home Page Home
Developer Rpun
Username echoeCode
Uploaded July 09, 2022
Rating 3
Size 1,807 Kb
Views 66,792
Do you need developer help for A Pen by rpun?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Rpun (echoeCode) Script Codes
Create amazing blog posts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!