I have been trying to replace the contents of a page using jQTouch to no success. My problem is related to this question
$('div.current').replaceAll(html)
When I try to do that, the entire page disappears. Does anyone have a solution for this?
|
I have been trying to replace the contents of a page using jQTouch to no success. My problem is related to this question
When I try to do that, the entire page disappears. Does anyone have a solution for this? | |||
|
feedback
|
|
You should try creating a new div with your new contents, and then transition to that. using r148 of JQT ...
If you are not using 148 I think you could just append to the body tag. Or maybe you could just use | ||||
|
feedback
|