I'm using prettyPhoto for the inline, and I have a few input fields, for a login screen.
I have my div that it loads like this:
Login
Email:
Password:
Go
Sorry, try again
I had to change the styling to display:none because the class="hide" didn't work.
Anyways, with the go() function (called by clicking the button), i have jQuery to grab the val() from email and pwd ie. $("#email").val() ... however, it's passing blank data. I feel this is because it's grabbing it from the original inputs on my screen and prettyPhoto is just copying the HTML from it, and putting it into the prettyPhoto div...
I've also tried inputting the above html into the markup variable via your documentation, but that just didn't work as well.(nothing happens actually when I click on the link)