Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Can't edit page anymore after typing error in JQuery code, page content lost

Andre Vergison October 21, 2017

When I put the following code in a HTML macro then it works great:

<script>
$(document).ready(function(){
    $("#hide").click(function(){
        $("p").hide();
    });
    $("#show").click(function(){
        $("p").show();
    });
});
</script>

<p>If you click on the "Hide" button, I will disappear.</p>

<button id="hide">Hide</button>
<button id="show">Show</button>

However, as soon as I enter the following...

<script>
$(document).ready(function() {

    oTable.fnAdjustColumnSizing();
    
} );
</script>

which of course doesn't make much sense, then I can save the page, but if I edit it again then it shows just nothing, I cannot view source code (<>), no preview, I can only save the blank page. After this save then all content is gone.

What am I missing?

(Confluence 6.4.1)

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events