ajax - Jquery library/plugin for interactive modal popup? -


wondering if there's jquery library/plugin can perform following.

  1. at main page

susan liew (click here update user profile)

when click, trigger lightbox type 2.0 style modal popup show user profile modification form.

this should ajax, jeffrey's user profile primary key pass modal popup (for complete user details retrieval via database).

after editing.... click save auto close , doesn't refresh whole main page, refresh portion

susan liew (click here update user profile)

to

susan li (click here update user profile)

at same time, when modal popup, want make sure user not able interact or press in main page.

how can that?

i have seen http://www.no-margin-for-errors.com/projects/prettypopin/ http://www.no-margin-for-errors.com/demos/prettypopin/ajax/form.html

but seem lack of ability pass pass in keys modal popup, , return value required main page after update done.

i recommend jquery ui modal.

you might want read post:
what’s favorite jquery modal plugin?


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -