Questions tagged [avgrund]

A jQuery plugin for modal boxes and popups

Avgrund is a jQuery plugin for modal boxes and popups that works in all modern browsers and gracefully degrades in those that do not support CSS transitions and transformations.


Resources :


Related tags :

10 questions
1
vote
1 answer

avgrund plugin not blurring or introducing background

I'm trying to get the avgrund plugin working on my site and I've had some success, but the blur and background effects are not working properly. sample I've got an exact duplicate of the css file used here and it is importing properly. I've tried…
goblue1520
  • 11
  • 3
1
vote
2 answers

avgrund How do I call activate function

I am using http://github.com/voronianski/jquery.avgrund.js/ my js call is: $('.reserve_button').avgrund({ enableStackAnimation: false, onBlurContainer: '.content', holderClass: 'custom', template: $(".rezerve-modal").html() }); and my popup content…
hakan
  • 3,284
  • 2
  • 19
  • 25
0
votes
1 answer

Jquery avgrund plugin run with one click

I would like to run avgrund plugin if current user is a visitor else I'd like tor run a different piece of code. My code looks like this so far:
user762630
0
votes
0 answers

Include a file in jQuery (Avgrund modal plugin)

I'm learning "Avgrund Modal plugin" and i'm wondering how i include the contents of a HTML/PHP file with javascript. When i create the modal window i use this code: