Questions tagged [jbox]

jBox is a jQuery plugin that makes it easy to create customizable tooltips, modal windows, image galleries and more.

jBox is a jQuery plugin for creating tooltips, modal windows, notices and image galleries, and it offers many options for customizing their behavior.

Links:

jBox Website

jBox on GitHub

21 questions
1
vote
1 answer

Jbox not displaying content , confirm button and cancel button

I have set some conditions on my server.I am using snowplow api at client side to track those conditions.As soon as those conditions are achieved a popup should open at the client side which contains two buttons that whether the visitor at client…
1
vote
1 answer

jBox not returning content

I am trying to use jBox (by Stephan Wagner) but I can't get my modal window to display a web page. Can anyone see where I am going wrong. $(document).ready(function() { new jBox('Modal', { width: 900, height: 550, url:…
DCJones
  • 3,121
  • 5
  • 31
  • 53
1
vote
1 answer

Understanding jBox configuration options

I was just playing around with this plugin called jBox.js and came across a few new options. It's a pretty customizeable plugin. The option I am talking about is adjustDistance. The documentation says, you can pass in an integer or object, like so:…
Alexander Solonik
  • 9,838
  • 18
  • 76
  • 174
1
vote
2 answers

how to access the currently attached element of a jBox inside jBox?

I am using stephanwagner jBox to accomplish the following task. I have a list link like: Delete First Delete Second Delete…
Nirmalz Thapaz
  • 925
  • 4
  • 13
  • 28
1
vote
1 answer

jBox Modal dialog onCreated listener function is not working from second time onward

I'm usng jBox url : http://stephanwagner.me/jBox . and creating a modal every time on click of a link. when the modal is created for the first time, listeners for buttons on that created modal are getting added on the "onCreated" attribute. These…
Sedhu
  • 723
  • 1
  • 11
  • 36
1
vote
1 answer

jQuery jBox doesn't load content from div

Quick question, I having problem loading a div in my jBox (A simple jquery popup script). This is the code I'm using