<script type="text/javascript">
var auto_refresh = setInterval(
function ()
{
$('#load_tweets').load('record_count.php').fadeIn("slow");
}, 10000); // refresh every 10000 milliseconds
<body>
<div id="load_tweets"> </div>
I Want to get the value of load_Tweets ./these all code in js file i want to get the value of load_tweet in a variable and match the value like if value is 3 then i disabled textarea .pls let me also know how to disabled the textarea its also created in js file too thx