Can't submit page after page transitions.

Can't submit page after page transitions.

I am working on a mobile web application, and want to have sliding transitions between pages. However, after transitioning to a page using javascript:$.mobile.changePage('insert page link here','slide'); I cannot perform any submit actions on the next page. Console throws out the error:

Uncaught TypeError: Object #<HTMLCollection> has no method 'submit' 

Anyone have any idea what causes this, and how to get it so I can successfully do page submissions after transitions?