Questions tagged [facebox]

Facebox is a jQuery-based, Facebook-style lightbox which can display images, divs, or entire remote pages.

Homepage: http://defunkt.io/facebox/

239 questions
0
votes
1 answer

TinyMce editor not working on Ajax facebox

I am tried to add A tinyMCE editor on an ajax facebox popup window but it doesn't show up. I referred to this link http://www.tinymce.com/forum/viewtopic.php?id=27754 but its not working in my code. I am using CodeIgniter platform. my code is…
0
votes
1 answer

handling a forms action to open it using facebox

I am using facebox to display a contact form, however when the user selects submit I would like the action which for this example I shall call action="contact_send.php" to also open in a facebox. Currently it is easy to open a link into a facebox by…
Dan
  • 2,086
  • 11
  • 71
  • 137
0
votes
2 answers

How to validate form fields in a facebox?

I need to validate my form fields displayed in facebox. The problem is that i am unable to get the values of the fields by using javascript. for ex: document.form.field_name.value doesnt return its value. Code sample :
Ashish Saxena
  • 434
  • 2
  • 8
  • 20
0
votes
1 answer

Rails 3.x Assets Pipeline Facebox jQuery Plugin (how to set up)

I've been banging my head against the wall all night trying to figure out why the jQuery Facebox Plugin won't work in my Rails app. This is the error I'm getting, calling this from within doc ready: $.facebox("hello"); I have a…
botbot
  • 7,299
  • 14
  • 58
  • 96
0
votes
1 answer

Submitting a form using facebox

I'm using facebox to load pages into a DIV. Let's say one of these pages has a form that needs to be submitted, how can I set the action="" to both the page and to have it load into facebox?
0
votes
1 answer

content not loading in facebox

I'm having some trouble with facebox and can't seem to find the solution. Anyways, I have everything displayed properly and the images work but my content will not load. When you click the link with the rel="facebox" tag it shows the box but it only…
user1436337
0
votes
2 answers

Submit a form to Facebox

Is there a way to submit a form to Facebox? As it is right now you need to use an anchor tag to invoke the facebox method but I need to submit a form and send the data to the php handler and show it in facebox. So if I'm on order.html and then…
Derek
0
votes
1 answer

Rails/Facebox - update with remote function

Have searched on this issue and haven't been able to find a solution. I have a form with elements that are replaced by partials depending on the selection of prior elements in the form (for example - once a user has selected an "Origin" the form…
jmc
  • 620
  • 14
  • 24
-1
votes
2 answers

facebox() error object doesnt support this property or method

I have an application that contains this code:
Grace
  • 1,265
  • 21
  • 47
-1
votes
1 answer

Ajax and facebox problem

I have a website that uses ajax jquery and facebox. Demo here : http://temp.nevergone.eu/facebox.php Inside the div "#content" there are some links to other pages that open fine using facebox. If I reload the content of that div using ajax jquery ,…
NVG
  • 3,248
  • 10
  • 40
  • 60
-1
votes
1 answer

Showing animated “loading” gif before the actual content appears in Facebox

Showing animated “loading” gif before the actual content appears in Facebox like ajax preloader. is that possible. From here i am calling to the function
Abdul Muheet
  • 315
  • 3
  • 25
-1
votes
2 answers

facebox not working after $.post

i'm using facebox to open a remote page, i includedjQuery, facebox.js and facebox.css and put it in document.ready like this jQuery(document).ready(function ($) { $('a[rel*=facebox]').facebox({ loadingImage: 'imgs/loading.gif', closeImage:…
-2
votes
1 answer

how use ajax- dynamic- list inside the div tag

How use ajax- dynamic- list inside the div tag. The div tag displayed in the facebox.
Muthumari
  • 45
  • 1
-3
votes
2 answers

Facebox Dialog boxes - jQuery selectors modify input fields, but no event triggers work

I cannot get a .change(), .click(), or .keydown() trigger to work in any browser on my facebox form. -- EDIT --- The problem is that facebox CLONES html to display it in the dialog box element. Because of this, jquery selectors work, but event…
AshBrad
  • 482
  • 2
  • 15
1 2 3
15
16