What would be best method to show a popup message box (like facebook) using ajax? (Where in I can place form submit/cancel buttons, and other operations) I have message form & processing code in seperate file as I dont want to place it inline in every page. (light and fast). I have tried a few, and boxy was a good one, but have some problems using Boxy too. What could be the best, fast and still light in code. And also I will be validating the form from client side, as well as from server side, and display the error , if any, on that same modal popup box.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
If you want the facebook popups, just use: https://developers.facebook.com/docs/reference/dialogs/, this way you will have light and fast code on each page of your site. Or you can create your own modals using http://jqueryui.com/demos/dialog/. They have multiple styles you can use and also work with AJAX. |
|||||||||||
|