CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1

    Creating Modal block, overlay effects with jQuery

    I want a Login Box to be opened in modal window when user clicks on a link and authentication is done with Ajax.
    I tried jQuery BlockUI, jQuery UI, ThickBox. But they are large in scope.
    I also tried writing separate plugin for my need but i don't have clear idea how does it work.

    So please either suggest a way or give me link to article which is simple to understand and can clear how it work.

  2. #2
    Join Date
    May 2009
    Location
    Lincs, UK
    Posts
    298

    Re: Creating Modal block, overlay effects with jQuery

    This is about JavaScript. JavaScript is not Java. Try the Scripting - Client Side forum.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured