Title: Shortcode to disable button
Last modified: September 25, 2017

---

# Shortcode to disable button

 *  Resolved [suetibs](https://wordpress.org/support/users/suetibs/)
 * (@suetibs)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/shortcode-to-disable-button/)
 * Hello … I have a general-purpose MaxButton that I configure dynamically with 
   shortcode (text, URL, window). Is there an attribute to disable the button? This
   would be convenient when the URL for the page associated with the button is under
   construction and I’d rather not inconvenience my users with unnecessary page 
   loads. Thanks ahead of time for your help.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [AlanP57](https://wordpress.org/support/users/alanp57/)
 * (@alanp57)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/shortcode-to-disable-button/#post-9531395)
 * I don’t think so, but your could use some jQuery:
 *     ```
       <script>
         jQuery(document).ready(function(){
           jQuery('#button_id').prop('disabled', true);
         });  
       </script>
       ```
   
 *  Thread Starter [suetibs](https://wordpress.org/support/users/suetibs/)
 * (@suetibs)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/shortcode-to-disable-button/#post-9531528)
 * Thank you. I was looking for something a little more simple than that — but I
   appreciate the tip.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Shortcode to disable button’ is closed to new replies.

 * ![](https://ps.w.org/maxbuttons/assets/icon-128x128.png?rev=1378636)
 * [MaxButtons - Create buttons](https://wordpress.org/plugins/maxbuttons/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/maxbuttons/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/maxbuttons/)
 * [Active Topics](https://wordpress.org/support/plugin/maxbuttons/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/maxbuttons/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/maxbuttons/reviews/)

## Tags

 * [disable button](https://wordpress.org/support/topic-tag/disable-button/)

 * 2 replies
 * 2 participants
 * Last reply from: [suetibs](https://wordpress.org/support/users/suetibs/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/shortcode-to-disable-button/#post-9531528)
 * Status: resolved