Function not working in Alpha 3.
I've got a page on which I adapted some code from a cool project I found online. The project used the jQuery Mobile Alpha 2. And, for some reason, it doesn't work in alpha 3.
Thats the site that I've been developing. It's the blog button that doesn't work in alpha 3. In Firefox it says "l.data("page") is undefined" from line 46 in jquery.mobile-1.0a3.min.js. In Chrome it says "Cannot call method "_trigger" of undefined" and again points to line 46 in jquery.mobile-1.0a3.min.js.
I'm a beginner when it comes to javascript and jquery, as evidenced by my usage of code from another site. Can anyone please help me figure out why this doesn't work in alpha 3?? Thanks!