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
Description
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
Labels
No labels