I need a very FAST and lightweight jquery based Modal box on my site, I am looking at Facebox http://famspam.com/facebox
It is a nice plugin and it seems fast and lightweight but I think I can still strip out some of the features I do not need. For example I do not need it to use regex and find photos, so I have removed that part of...
Hello,
I've created a Facebox on my site and want to call .click(function)() to append text to all tags. I can get it working outside the Facebox, but it won't work once I put it inside. I haven't spent much time looking through the facebox.js file because I'm tight on time...so, if someone could help me out here, that would be great...
Hello,
I've created a Facebox on my site and want to call the .click(function)() to append text to all paragraphs. My code refuses to work once I put it inside the facebox...but works when on a regular html page. Is there anyone out there that could help me out? This has caused me a great deal of pain...
Here's my code:
**// Facebox ...
Hello,
I'm using a JQUERY Plugin for mdoals called Facebox. The issue I'm having is for some reason, the JQUERY I'm writing isn't able to modify the Facebox Modal once it's open.
Here is the code snippet:
<script type="text/javascript">
jQuery(document).ready(function($) {
$('a[rel*=facebox]').facebox()
});
function sendvie...
I'm using jQuery FaceBox to show a textbox, a dropdownlist and a button. The user can write a text in the textbox, select a value in the ddl abd hit the button. This fires some code in the codebehind. The FaceBox shows fine, and the content in it is also ok. Also, the button event is fired. This is the code for the button event handler:
...
I've been using Facebox lately, and it seems like it doesn't play well with asp.net. With the help from this forum, i solved the problems with retrieving values from textboxes, as well as capturing the event from a button inside the facebox.
Now, I have stumbled onto another strange problem. If i populate the textboxes inside the faceb...
This is ultimately what I want to achieve.
User clicks on Page1
Modal window opens.
User clicks on Page2
Modal window refreshes to that page.
/////
But this is what happens
User clicks on Page1
Modal window opens.
User clicks on Page2
Page changes to index2.html.
...
Dear All,
I'm using facebox ( http://famspam.com/facebox ) with same code downloaded from github without any modification except remote.html
I JUST added this code in remote.htmlTABLE in facebox window with this code:
Hello
World
I'm remote.html, a different file loaded with ajax.
I'm re...
I downloaded facebox from famspam.com/facebox.
Then I added facebox.js to be in public/javascripts folder, and facebox.css in public/stylesheets
Then I included this files in my application.html.erb AFTER original Jquery library ver 1.4
The last, I set a rel attribute to my a href tags to try to use Facebox, but it doesn't appear. When...
This is probably an RJS thing, but I'm a little unsure how to update a facebox properly if it contains a form. Let's say that I've got a sample app that does this:
<%= facebox_link_to "Something", :url => some_path %>
which renders a facebox (no issue here) like this:
<% remote_form_for(@something) do |f|%>
<%= f.error_messages %>
.....
I am using a framework called qcodo (which forked as qcubed) and is a PHP framework.
I want to do a very simple popup using the Facebox jquery plugin.
When someone clicks on the link and shown below in line 47.
Here is the file: http://github.com/allyforce/AF-upload/blob/master/Templates/profile_activity.tpl.php
<a href="complete_pr...
I'm currently using the facebox_render plugin for rails, and am trying to get it working without jquery (so using prototype). I've got it 99% functional, but there's one line I'm having difficulty with.
how would I write the following using prototype?
link_to_function(name, "jQuery.facebox(function(){ #{remote_function(options)} })", h...
Hi,
I am using facebox in the content that I have loaded with ajax
Normally, the plugin removes previous content, so clicking multiple times on the same link
would still show the one image.
But not used with live.
It will stack up the images
Setting it to empty below will not work??It already does that in the plugin also?
$('a[rel*=...
Is it possible to access Facebox settings? For example, I'd like to do set the location of the loading image dynamically (see line 4):
<script type="text/javascript" src="<?php echo base_url(); ?>media/facebox/facebox.js" ></script>
<script type="text/javascript">
$(document).ready(function(){
Facebox.loadingImage = '<?php echo...
Dear All,
I'm using facebox ( http://famspam.com/facebox ) for calling web pages in modal window.
Is there any RECOMMENDED alternatives to do this?
I prefer jQuery releated solutions.
Regards,
Nuri Akman
...
I'm using Facebox (http://famspam.com/facebox) to load up an external login form ..
I call it using the rel="facebox" attribute on the element..
I'm also using Jquery Tools on the page..
The question is, how do I add an expose when I call Facebox so it "greys out" the background?
...
Hi Guys,
I am trying to use jQupload to upload an image asynchronously. The script uses an iframe off of the page to upload and then catches the .load() event of the iframe to return the JSON message that is returned.
If I display the form at the bottom of a standard HTML page and include the javascript then it works fine. However, I w...
i want to popup a dialog facebox when i click inside a td in an html table. is this possible ?
http://famspam.com/facebox
...
which one is the best to use for:
images
regular div content
ajax loaded content
forms to post to server
...
I'm modifying a website to have a pop up box appear when a user rates something prompting the user to login. Unfortunately the login process is something that I don't control and it uses a whole heap of javascript and redirects to do it and it seems that the javascript is failing.
Can javascript run in the modal box or is there a way ar...