Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 89 results for
facebox
- Page 1
Facebox
Programming
Web Development
14 Years Ago
by virspy
… all, Iam having an issue regarding the Jquery
facebox
i applied jquery
facebox
to my login form and its working great now…. But the problem is when we click on
facebox
link without the total loading of page it si opening…
Re: Facebox
Programming
Web Development
14 Years Ago
by diafol
I use
facebox
for popups - I don't understand your problem? Why is fb taking so long to load? It's fast as hell for something so trivial as a login box, surely? Are you adding the content dynamically or is it from a hidden hard-coded div in the page? The
facebox
should prevent any links from being pressed on the main page. Sorry, confused.
Re: Facebox
Programming
Web Development
14 Years Ago
by virspy
… Login button came when i click on the Login the
facebox
window which has to be popping is showing in a… seperate window(its not popping as
facebox
). can anyone please provide solution for this. Thanks in advance…
Facebox usage
Programming
Web Development
13 Years Ago
by bavenbabu
… <link href="../src/
facebox
.css" media="screen…] } } }); }); jQuery(document).ready(function($) { $('a[rel*=
facebox
]').
facebox
({ loadingImage : '../src/loading.gif', closeImage : '../src/closelabel.png' …
Re: Facebox usage
Programming
Web Development
13 Years Ago
by bavenbabu
… }, success: function(data) { $.
facebox
("success"); if(data=='success')…>"); }); else $.
facebox
("Unsuccessful"); $("#…
facebox i need upgrade it or fix
Programming
Web Development
14 Years Ago
by WaleedaaN
…;page/play.php?id=$id\" rel=\"
facebox
\">Play music <a> [/CODE…fine. but when i click the image clock
facebox
still the music playing in background i want …when i close the
facebox
or change or change to another play …music and start new and when close the
facebox
the window like facebook i want stop …
Re: Facebox usage
Programming
Web Development
13 Years Ago
by bavenbabu
… }, success: function(data) { $.
facebox
("success"); if(data=='success')…>"); }); else $.
facebox
("Unsuccessful"); $("#…
Re: Facebox usage
Programming
Web Development
13 Years Ago
by vibhaJ
have you checked [ this link ?](http://defunkt.io/
facebox
/)
Re: Facebox usage
Programming
Web Development
13 Years Ago
by pritaeas
The
facebox
plugin script is not included. Also, remove line 2 and keep only the latest jQuery version. Including two usually works, but is rather pointless.
Re: Facebox usage
Programming
Web Development
13 Years Ago
by pritaeas
I meant that this is missing: <script type="text/javascript" src="
facebox
.js"></script>
Re: Facebox and Submit button
Programming
Web Development
13 Years Ago
by Airshow
[CODE] ... then open up a
facebox
window and run the php file in that. [/CODE] I …think you will find that a
facebox
"window" is not independent of the window in… handling the response in a way that is compatible with
facebox
. All you need to do is learn AJAX (or jQuery…
Facebox and Submit button
Programming
Web Development
13 Years Ago
by jamesyrawr
… give me a hand getting a form to open up
facebox
and submit the form details via that. Ok they process… "submit" it needs to then open up a
facebox
window and run the php file in that. so it…'t seem to figure it out so i stripped the
facebox
code out and put my html code back to normal…
Facebox COntact form
Programming
Web Development
15 Years Ago
by faizal4cool
I want a php contact form in
facebox
.When i click the submit button it should show the error or success message in the
facebox
with the same page as background.Is it possible,pls help me... Thanks
Re: Facebox COntact form
Programming
Web Development
15 Years Ago
by Digitalant
Hey, I'm not familiar with
Facebox
but I have a jquery ajax contact form with a … success message. But if you're not too attached to
facebox
try fancybox instead
Facebox image and content viewer
Programming
Web Development
15 Years Ago
by graphixdb2009
I have just used
facebox
in my development and it works well in FF and Safari but it doesn't work in IE. This is site I got it from [url]http://www.dynamicdrive.com/dynamicindex4/
facebox
/index.htm[/url] I site I am working on is [url]http://www.bayglassinc.com[/url] Any suggestions
Re: handling a forms action to open it using facebox
Programming
Web Development
14 Years Ago
by Airshow
…should have : [CODE] jQuery(document).ready(function($) { ... $('a[rel*=
facebox
]').
facebox
(); ... }) [/CODE] "..." indicates other possible lines of code.…like this [CODE] jQuery(document).ready(function($) { ... $('a[rel*=
facebox
]').
facebox
(); $("#myForm").submit(function() { var href = $(this).attr…
handling a forms action to open it using facebox
Programming
Web Development
14 Years Ago
by lit108
… action="contact_send.php" to also open in a
facebox
. Currently it is easy to open a link into a…. [CODE]<a href="contact.html" rel="
facebox
">Contact</a>[/CODE] This opens contact….html in a
facebox
window, I would however like the action of this form…
Re: handling a forms action to open it using facebox
Programming
Web Development
14 Years Ago
by Airshow
OK, I have tested now and this version should work: [CODE] $(document).ready(function($) { $('a[rel*=
facebox
]').
facebox
(); $("#myForm").submit(function() { var href = $(this).attr('action'); $("<a>").attr('href',href).
facebox
().click(); return false; }); }); [/CODE] [B]Airshow[/B]
Re: handling a forms action to open it using facebox
Programming
Web Development
14 Years Ago
by Airshow
You should already have a [ICODE]$(document).ready(....)[/ICODE] structure containing [ICODE]$('a[rel*=
facebox
]').
facebox
();[/ICODE] in your document head. If not, then it must be in an external .js file. Just add to it with my extra code. [B]Airshow[/B]
Re: handling a forms action to open it using facebox
Programming
Web Development
14 Years Ago
by lit108
at the minute I have the code you wrote in the head section of the page with the form on, and the [CODE]$('a[rel*=
facebox
]').
facebox
();[/CODE] line in the head section of the action page?
Re: handling a forms action to open it using facebox
Programming
Web Development
14 Years Ago
by Airshow
You will have to experiment with my code in the head of each of the two files. I'm not too sure how
facebox
works in this regard. [B]Airshow[/B]
Re: handling a forms action to open it using facebox
Programming
Web Development
14 Years Ago
by Airshow
… penalty having it hard-coded on the main page. The
facebox
documentation shows how to work with a hidden div on…
Re: Facebox usage
Programming
Web Development
13 Years Ago
by diafol
why is this php
Re: Facebox usage
Programming
Web Development
13 Years Ago
by bavenbabu
I checked the link.But it doesnt seems to work in my code.
Re: Facebox usage
Programming
Web Development
13 Years Ago
by pritaeas
Did you download the script ?
Re: Facebox usage
Programming
Web Development
13 Years Ago
by pritaeas
You still haven't included the script in your code, only the CSS.
Re: Facebox usage
Programming
Web Development
13 Years Ago
by bavenbabu
NO it doesn't work
Re: Facebox usage
Programming
Web Development
13 Years Ago
by pritaeas
Is your page online for viewing? Since you're not giving the whole code, it's hard to guess the error.
Re: facebox i need upgrade it or fix
Programming
Web Development
14 Years Ago
by WaleedaaN
play i need help with this code when i click the close window stop play first then closed window thanks
Re: handling a forms action to open it using facebox
Programming
Web Development
14 Years Ago
by lit108
thankyou very much, where abouts does this code sit, on the page with the form or within the action page of the form?
1
2
3
Next
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
Backlink Auditor
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC