Jump to content

time move


rafath
 Share

Recommended Posts

i have this javascript code i want it change autoit canyone can do it for me?

this javascript make remove 45sec timer when i click dotp this code remove 45sec timer

 

Quote

 

document.getElementById("timemove").onclick = function() { 

o_check = document.getElementById('timemove').value; 
$('.dotp').css('display', '');
$('#timemove').prop('disabled', false);
$('#timer_msg').html('<input name="submit" id="btn" type="submit" class="btn-primary" value="Submit">'); 
document.getElementById("timemove").disabled = false;

};

 

 can anyone convert it autoit?

Link to comment
Share on other sites

  • Moderators

@rafath this forum is dedicated to helping people with their own scripts; it is not a buffet where you place an order and someone barfs up code for you. Why don't you show what effort you have done on your own toward converting this?

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...