New wiki-page
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
document.write(text + 'tefffst <br>');  
document.write(text + 'tefffst <br>');  
});
});
     alert('This runs with jQuery support', $);
     alert(text , $);
});
});


</script>
</script>

Revision as of 09:32, 14 August 2017

<script type="text/javascript">


var message = ; //We should have a message //Thats all the user input

RLQ.push(function () { $.getJSON("http://w.ikabodo.se/api.php?action=browsebysubject&subject=Cymric_Male_Names&format=json", function(data) { var text=data.dataitem[0].item; document.write(text + 'tefffst
'); });

   alert(text , $);

});

</script>