Title: shortcode plugin javascript doesnt work
Last modified: August 19, 2016

---

# shortcode plugin javascript doesnt work

 *  [tommassino](https://wordpress.org/support/users/tommassino/)
 * (@tommassino)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/shortcode-plugin-javascript-doesnt-work/)
 * Hello, im making a shortcode plugin that adds some tables with some data. I want
   to be able to hide/show the tables easily, so i print this in the shortcode function.
   The problem is, the javascript that should be executed by the href=”javascript:
   switchVisibility(competition87);” is not! Anybody knows what am i doing wrong?
 *     ```
       <script type="text/javascript">
       function switchVisibility(obj)
       {
         if (obj.style.display == "none")
           obj.style.display = "";
         else
           obj.style.display = "none";
       }</script>
         <a href="javascript: switchVisibility(competition87);">test</a>
         <div id="competition87" style="display:none;">
           some contents
         </div>
       ...
       ```
   
 * ps: the above code is from a post in which ive writen the shortcode

Viewing 1 replies (of 1 total)

 *  Thread Starter [tommassino](https://wordpress.org/support/users/tommassino/)
 * (@tommassino)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/shortcode-plugin-javascript-doesnt-work/#post-1222324)
 * resolved… it was the jscript coding, blame me -.-

Viewing 1 replies (of 1 total)

The topic ‘shortcode plugin javascript doesnt work’ is closed to new replies.

## Tags

 * [javascript](https://wordpress.org/support/topic-tag/javascript/)
 * [shortcode](https://wordpress.org/support/topic-tag/shortcode/)

 * 1 reply
 * 1 participant
 * Last reply from: [tommassino](https://wordpress.org/support/users/tommassino/)
 * Last activity: [16 years, 8 months ago](https://wordpress.org/support/topic/shortcode-plugin-javascript-doesnt-work/#post-1222324)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
