all thing you have to do is use javaScript function
JavaScript Example:
var random_number = function(){
return Math.floor(Math.random() * 10000) + 1;
};
document.getElementById('button_text').onclick = function () {
document.getElementById("input_box").innerHTML = random_number();
};
jQuery Example:
$.randomBetween(0,10000);
Related Posts:
- Sending the reset password link programatically
- Getting only direct child pages in WordPress with get_pages
- Disable Attachment Pages Completely
- How to add a .php file to WordPress
- How to Remove all Instances of edit_post_link
- Any guides on creating custom admin pages?
- Multiple is_page() in page.php
- How to check if feed URL was requested?
- Create WordPress pages with PHP
- Is it possible to generate a page without create in the admin?
- How to change “Shipping Calculator “field label on Cart Page – woocommerce? [closed]
- WordPress admin never finishes saving page on site with large page count
- class=”parent” for wp_list_pages?
- Trigger a php file on every post or page if a condition is met
- PHP Script within wordpress theme
- add_rewrite_rule with bottom priority doesn’t handle the WordPress pages
- Listing all sub-pages?
- Best way to create a user programatically
- How to link to a custom .php page in my folder
- Get only the grandchildren, not the direct children of page/current page?
- Help with a custom page template – listing contents of childpages?
- Javascript code inside “” in core WordPress files .php
- Print number of post (in reverse)
- Passing the page ID to a login php script
- How can the plugin directory path be returned into ?
- Add a Different CSS Class Into The Body Tag of Different WP Pages
- Loading jQuery in the footer after removing jQuery migrate?
- Writing scripts using WordPress / WooCommerce classes?
- Limit get_pages to only show 5 items
- syntax issue on php 7.4
- How do I publish only one page to production after making changes on staging?
- Custom Template 404 for specific custom post type
- Can’t load WP function into external function
- Displaying a button on each post
- Custom category code not showing all posts
- Using Multiple Submit buttons to trigger customised php functions
- Can’t get page content in WordPress
- Way to querry data (tags) from a wordpress database?
- Global variable $post returning incorrect object
- How can I load a PHP page without using a Template?
- Button not refreshing page
- How to make a search button that will search my website?
- Best practice for migration friendly images in posts/pages?
- Page Automatically Generated from Theme?
- How to add a php custom page to WordPress
- Sort query_posts for Parent Pages to menue order or the count?
- How to hide all child pages with post_query?
- Repeating admin-ajax.php not found error in admin
- Change “add to cart” button color based on Woocommerce product category [closed]
- My page.php shows the index.php
- Populate editor with some content of a page with a page template
- How can I add an area/option for a custom page description?
- Create Page To Count Comments For Each Post In WordPress Site
- Why my image upload button is not working in wordpress widget area?
- php syntax : [ && ] between commands [closed]
- get_the_title() gets printed out twice
- How do I find PHP file that contains content of my page?
- WordPress page content outside WordPress
- Using the_excerpt() on a page
- Use page-templates without creating theme
- style.min.css code issue
- Get current_post in reverse order with pagination
- How to associate dynamic PHP page for chosen WordPress tag?
- Newbie question. Login/Registration. New PHP page
- Adding my own custom template page but got white page
- Create a custom theme-specific page, invisible in the admin-panel?
- Editing existing pre-created menus in PHP
- Replace content in WordPress Page after GET from php page
- List of child pages fetch next results at link click
- Execute php in pages
- Manipulate database of WordPress site with my own scripts
- Why isn’t my link attribute getting my css?
- How to map my php files as the files for pages
- How to use PHP code with wordpress page
- Functions are causing errors
- Auto create description in post
- Show results for multiple page-types
- How to add feature image url in my template file and content as well?
- Display selected parts from selected pages on the frontpage?
- Adding Media button to only pages
- Trying to put a search page on site
- I want Page titles and excerpts to show up on home.php in certain order
- ACF: Echo page title when checkbox is checked
- Create a custom page URL
- How to refresh a template page on WordPress in 3 seconds – easiest method?
- Hide page title
- I can’t seem to get excerpts showing inside get_pages and don’t know why?
- Forbid certain users to access a specific page
- How to return a Boolean for a page that is a subpage thru its name?
- How to handle parent and child pages?
- How do I remove blog entries from home page Twenty Eleven child theme?
- Create an if statement based on page_id
- kali php problem [closed]
- PHP warning $post->ID is null
- hello can you advise how to fix the error?
- Running a long script in PHP
- Data insertion after clicking a button does not work (script, AJAX, PHP)
- ACF block gutenberg aligncenter don’t work
- WordPress post-template null warnings
- Custom theme on multisite has issues with standard loop output