JSFiddle - React, Tailwind, and code Playground
by oroce
JavaScript
$( document ).ready(function(){
alma(1,2,3);
});
function alma(a,b,c){
$.getJSON('/echo/json',function(content){
console.log( a,b,c );
});
}
by oroce
$( document ).ready(function(){
alma(1,2,3);
});
function alma(a,b,c){
$.getJSON('/echo/json',function(content){
console.log( a,b,c );
});
}