Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

jQuery Facebox

Featured Replies

im trying to get the action file of my form to load into jQueries Facebox. I have it working on a link but how do I get it to work with the submit button.

 

facbox code in the head of my document is

 

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<!-- Include Facebox CSS and script files -->
<link rel="stylesheet" type="text/css" href="facebox/facebox.css" />
<script type="text/javascript" src="facebox/facebox.js"></script>
<!-- Attach Facebox to the page -->
<script type="text/javascript">
jQuery(document).ready(function($) {
 $('a[rel*=facebox]').facebox()
})
</script>

 

and my form code is

 

<form action="includes/form_action_handler.php" method="POST" id="contact">
<label>Name:</label>
<input type="text" id="name" name="name">
<label>Email Address:</label>
<input type="text" id="mail" name="mail">
<label>Comments:</label>
<textarea rows="5" cols="20" id="comment" name="comment"></textarea>
<input type="image" class="submit" name="submit" src="img/formSend.png" />
</form>

Edited by dpuk44

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.