Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Variables added to page is not accessible. #6978

Closed
@aeroaks

Description

@aeroaks

I am using Jquery Mobile 1.4.0 with Firefox 26.0 and Chromium 32.0.
I am opening a new page using on button click event:

$.mobile.pageContainer.pagecontainer('change', 'newPage', {
    reload: true,
    type  : "post",
    data  : {data: data}
});

I am also adding in newPage:

<script type="text/javascript">
var jsonCft = [[0,7,7],["24","7","30"]];
</script>

but I am not able to access jsonCft in Firefox 26.0 whereas I can access the variable in Chromium.
Is this a bug or am I doing something wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions