Useful JQuery Slide Popup


In this demo we'll going to share a new way to show a pop up message. Everyone is getting bored with typical fade in fade out pop up messages. So let’s make it interesting with a pinch of jquery and css.
we are going to make two javascript functions which will be used to slide in and slide out a div.



The next function is used to slide the function from center of the screen to the extreme left side so it appears us to be disappeared. In this function we also set the overlay div to fadeout.In the first function we are making a call to a div to fadeIn and in that fade in function we are sliding our popup from right to left.
So let’s construct with our HTML part.