JSFiddle - React, Tailwind, and code Playground

by williamdaburke

JavaScript

function getEditDoc(htmlLink) {
   var datcon
   datcon = $.getJSON('http://www.whateverorigin.org/get?url=' + encodeURIComponent(htmlLink) + '&callback=?', function(data) {

   }).con1(data.contents);
   //datcon = 1
   return JSON.stringify(datcon.con1)
 };


 jQuery(document).ready(function($) {
   $('#myButton4').click(function() {
     alert(getEditDoc(comuniITbaseURL))
       //alert(italyObj["Abruzzo"].editDoc());
   });

 });