M.Amalraj
M.Amalraj

Reputation: 1

How to create a fancy box using jquery?

I am new to jquery and now trying to create a fancy box in jquery . I will explain its functionality. When the user clicks on the image, it must be popped up in another window. Here, I have to use a smooth transition to show up the image. Now, I got the image in a new window but the transition was missing. Can I have your help?

Upvotes: 0

Views: 1411

Answers (2)

Biswajit_Sahu
Biswajit_Sahu

Reputation: 11

Fancy Box or Modal can be created in three ways:-

  1. You can use Css, Jquery or javascript.
  2. You can also use JqueryUI Library.Click here to see JqueryUI modals Examples
  3. The easiest way to create modal box is use Bootstrap Framework. Click here to see Bootstrap modals Examples

Upvotes: 1

Nicola Peluchetti
Nicola Peluchetti

Reputation: 76880

Why don't you use the fancybox plugin?

Upvotes: 1

Related Questions