0

Here is a working example of my code on jsFiddle http://jsfiddle.net/ezanker/8z5Rz/6/

The problem is that when I test the script localy on firefox or chrome the script stops (tested with alerts) on:

content.collapsible(); 

and

$('#set').collapsibleset();

does anyone have an idea why this happens?

Thanks.

PowerStat
  • 3,757
  • 8
  • 32
  • 57
LitBe
  • 183
  • 2
  • 11
  • Stops with no errors? – Omar Jan 17 '14 at 20:07
  • the error is that it desnt go on #testpage.... on content.collapsible(); or $('#set').collapsibleset(); stops ... and doesnt go any further... it doesnt reddirects ... this is the error ... without these 2 lines it reddirects but doesnt show the style on #testpage – LitBe Jan 17 '14 at 20:10
  • it similar to this problem http://stackoverflow.com/questions/21139572/storing-a-variable-in-localstorage-is-too-slow – Omar Jan 17 '14 at 20:52
  • try the code in this fiddle http://jsfiddle.net/Palestinian/P5D2C/ – Omar Jan 17 '14 at 22:02
  • $.mobile is undefined function gotoprostor(x, y) { $.mobile.pageContainer.pagecontainer("change", "#pagetest", { – LitBe Jan 18 '14 at 06:54
  • Are you using JQM 1.4? Check html markup in demo too, I've change the function name. – Omar Jan 18 '14 at 07:53
  • I found the problem .... I had this in the document Seems like i have been calling jquery twice ... thank you for your answer – LitBe Jan 18 '14 at 08:07

0 Answers0