Skip to main content
Participant
September 28, 2017
Question

An error message arises when I click the page button in the jQuery Mobile!

  • September 28, 2017
  • 1 reply
  • 707 views

Recently, I enrolled in the Dreamweaver cc.

Other functions work well, but when I try to operate the bellow jQuery mobile, the error message always occurs and the program stops and never goes on the next step.

[The cite root fold either can not be used or can be locked. Either use the right of writing or overwrite in the asset file by unlocking the fold locking.] - error message

How can I solve this problem?

I sincerely ask for a lot of opinions and tips from you.

    This topic has been closed for replies.

    1 reply

    Nancy OShea
    Community Expert
    Community Expert
    September 28, 2017

    #1 Did you define a local site folder for your project from Site > New Site?  Example: C:\MyTestSite

    #2 Did you create a new document -- File > New > New Document > HTML > Create?

    #3 Did you save your newly created document -- jQueryMobileTest.html?

    #4 Insert > jQuery Mobile > Page.

    #5 Resulting code:.

    <!doctype html>

    <html>

    <head>

    <meta charset="utf-8">

    <title>Untitled Document</title>

    <link href="http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.css" rel="stylesheet" type="text/css">

    <script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>

    <script src="http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.js"></script>

    </head>

    <body>

    <div data-role="page" id="page1">

    <div data-role="header">

    <h1>Header</h1>

    </div>

    <div data-role="content">Content</div>

    <div data-role="footer">

    <h4>Footer</h4>

    </div>

    </div>

    </body>

    </html>

    Nancy O'Shea— Product User & Community Expert