Questions tagged [modal-window]

138 questions
1
vote
1 answer

How to open link url inside fancybox content?

Im using fancybox 2.1.5 and my html and js looks like this: any content go google it $('.wrap').fancybox(); And the question is how to open only google link by…
v-orlov
  • 41
  • 1
  • 7
1
vote
1 answer

Multiple SVG modal window

I'm using an awesome SVG modal window from CodyHouse (SVG modal window tutorial and demo), I been able to add it without problem but I can't add more than one without having a conflict, I tried modifying the ID from the HTML but keeps not working,…
arbustobce
  • 33
  • 1
  • 7
1
vote
0 answers

Parallax effect within a modal window

I'm creating a bootstrap one page website that contains some pop up modal windows and wish to use a parallax img effect within the modal windows. Wondering if anyone has done this before as I can't seem to find any solutions that work within the…
Sam Webber
  • 11
  • 1
1
vote
1 answer

How to show a bootstrap Modal Window on form submit using "submit handler" of jQuery Validate method?

I have a form and am using the .validate method for validation of fields and form submission. I want to display a Bootstrap Modal Window on submit. Can some one please help me achieve this? Here is the code:
1
vote
2 answers

min-height not working for bootstrap modal window

I tried to create a modal window having full height even if the content is small. I set css min-height:100% to .modal-dialog and tried various other options. But min-height is not working for modal window. My requirement is: Even if content is…
1
vote
0 answers

Using modal alert panel from modal session

I'm having troubles using a NSAlert panel when I am already inside a modal window. What happens is that when the alert panel is closed also the parent modal session is terminated. The modal window is performed using NSModalSession in the usual…
Emerald Weapon
  • 2,392
  • 18
  • 29
1
vote
1 answer

Wicket ModalWindow position

I need to modify the position of the modal window before it gets displayed in the middle. I have a ajaxbutton which will open the modal window. In the onClick method I tried something…
DaUser
  • 357
  • 3
  • 5
  • 19
1
vote
1 answer

Wicket ModalWindow - fixed vertical (start) position

I'm using a wicket application inside an Iframe. This causes a problem in the Internet Explorer. The ModalWindow opens not at the middle of the screen (of the current viewport). It opens at the bottom of the screen and nearly outside of it. I only…
DaUser
  • 357
  • 3
  • 5
  • 19
1
vote
1 answer

How to add Blur.js to a bakground image when a Bootstrap modal window is opened and unblur when I close the modal

I have a Bootsrap modal window like this: When I open this modal I want to blur (with blur.js) the whole…
Cristian
  • 11
  • 3
1
vote
1 answer

Lightswitch modal window

I've got standard CreateNewEntity screen. Entity can contain list of entities of some other type. By default there is an add button that opens modal window when user wants to add another entity into collection. However, default modal window was…
Xardas
  • 1,777
  • 6
  • 20
  • 31
1
vote
2 answers

how to close a modal without having the page refresh

I have a page in which the modal pops up, but when i click to close it the page refreshes, and i dont want that to happen. http://dev.ikov.org/store/index.php If you go to the store page, then click on the weapons at the right side, you'll see one…
msafi
  • 377
  • 1
  • 5
  • 19
1
vote
1 answer

Form inside fancybox with target="_blank" (webkit)

I have a paypal standard button (buy now) created by the paypal wizard that submits to a new window(tab) via . In IE and Firefox it works ok, but in webkit browsers (like chrome and safari) it doesn't make a new window.…
Panagiotis
  • 1,539
  • 1
  • 14
  • 28
1
vote
0 answers

combining the actions of a tooltip with that of a modal window

I have a component of my site that is jQuery. I would like to use like a tool tip to walk the end user through the process of navigating this component. I have tried to modify the qtip plugin to do this. A link will be clicked that will bring up the…
bluebela84
  • 31
  • 2
1
vote
1 answer

what jquery modal window can work well in ie quirks mode?

Our project's template html has a quirks declaration,which is , unfortunately this can't be easily allowed to modify. I tried colobox 1.3.19 and discovered it's css work badly. So is…
user1231111
  • 397
  • 2
  • 6
  • 16
1
vote
1 answer

watir 3 modal window access

I tried watir wiki example to access modal window. But was getting Argument error. I am trying with watir 3 version. puts b.modal_dialog(:title, "showModalDialog Method Sample Target Page").exists? puts b.modal_dialog(:title,…
user669789
  • 554
  • 4
  • 10
  • 23
1 2
3
9 10