Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



 1111

JQuery/Javascript Help

by Meta - 20 January, 2021 - 09:30 PM
This post is by a banned member (Meta) - Unhide
Meta  
Supreme
1.364
Posts
336
Threads
5 Years of service
#1
I want to repeat this code x times

<!DOCTYPE html>
<html>
    <head>
        <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
        <script>
$(document).ready(function(){
  $("button").click(function(){
     -------------------------------------------------------FROM HERE-------------------------------------------------

    $.post("SECRET-URL.COM",
    {
      email: "SECRET-DATA.COM",
    },
    function(data,status){
    });
  });
});
-------------------------------------------------------TILL HERE-------------------------------------------------
</script>
    </head>
    <body>
        <button>Start</button>
    </body>
</html>
I do NOT have a Discord or Telegram. @ProMasterCFGs is not my Telegram! PMs only.
I do not buy or sell anything.

 
This post is by a banned member (Planet) - Unhide
Planet  
Heaven
2.539
Posts
829
Threads
4 Years of service
#2
(This post was last modified: 20 January, 2021 - 09:32 PM by Planet.)
pro boy:pepo:

what's this abKappa

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!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)