JSFiddle - React, Tailwind, and code Playground

by sachin divakar

HTML

<iframe id="iframe_Id" src="http://autosummarizer.com/index.php"> </iframe>
<input type="button" id="da" value="dsadasdasdas"/>

CSS

iframe{
    height:500px;
    width:85%;
    float:left;
}
input[type="button"]{
    
    float:right;
}

JavaScript

//alert($("#iframe_Id").contents("#smm2").val());
//alert($('iframe').attr("contents"));
//alert($('iframe').contents().find("h2").html());

var v='Banking Jobs, recruitment in Thiruvananthapuram, Kerala | Indeed ...Jobs 1 - 10 of 60 ... 60 Banking Jobs available in Thiruvananthapuram, Kerala on Indeed.com. ... Testhouse India Private Limited - Thiruvananthapuram, Kerala ... www.indeed.co.in';
alert($('iframe').contents().find("h2").html());
$.post( "http://autosummarizer.com",{ text: v,submit:"Summarize" },{dataType : "jsonp" } ,function( data ) {
  alert( data );
});

//$('#da').Click(function(){
    
 //   alert("da");
 //  $("#iframe_Id").contents("#smm2").val();});