Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3980926
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T05:20:55+00:00 2026-05-20T05:20:55+00:00

<div style=display:none> <form id=login_form method=post action=> <p id=login_error>Please, enter data</p> <p> <label for=login_name>Login: </label>

  • 0
<div style="display:none">
    <form id="login_form" method="post" action="">
            <p id="login_error">Please, enter data</p>
        <p>
            <label for="login_name">Login: </label>
            <input type="text" id="login_name" name="login_name" size="30" />
        </p>
        <p>
            <label for="login_pass">Password: </label>
            <input type="password" id="login_pass" name="login_pass" size="30" />
        </p>
        <p>
            <input type="submit" value="Login" />
        </p>
        <p>
            <em>Leave empty so see resizing</em>
        </p>
    </form>
</div>


<script type="text/javascript">

$("#tip5").fancybox({
    'scrolling'     : 'no',
    'titleShow'     : false,
    'onClosed'      : function() {
        $("#login_error").hide();
    }
});


$("#login_form").bind("submit", function() {

    if ($("#login_name").val().length < 1 || $("#login_pass").val().length < 1) {
        $("#login_error").show();
        $.fancybox.resize();
        return false;
    }

    $.fancybox.showActivity();

    $.ajax({
        type        : "POST",
        cache   : false,
        url     : "/data/login.php",
        data        : $(this).serializeArray(),
        success: function(data) {
            $.fancybox(data);
        }
    });

    return false;
});


</script>

I’m loading in many entries and along with those each will have a form placed with all the appropriate contact information from the database for that entry. They click the “contact” button and the fancy box pops up with the form.

What is the best way of approaching this? Should I, after determining the number of entries, loop in javascript like $(“#tip”+i).fancybox for each entry?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T05:20:56+00:00Added an answer on May 20, 2026 at 5:20 am

    Let jQuery do the looping for you. Any forms you want fancy boxes applied to assign a class like SetToFancyBox

    Then all you need to do is make a single jQuery call with a class selector:

    $(".SetToFancyBox").fancybox({...});
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

<a href=#login_form class=the_form>click to Contact</a> The form: <div style=display:none> <form id=login_form method=post action=> <p
Form HTML <form action= method=post class=form-horizontal><div style=display:none><input type=hidden name=csrfmiddlewaretoken value=6b3d58df7bd4f6d10975462aaf3bd42d></div> <input type=hidden name=paper value=5225
my style is here #mybox{ display:none; } my web is here <div id='mybox'> ...
If I have the HTML below: <div style=display:none;> <span id=hello>Hey</span> </div> And I do
How to use regular expression in prev()? <div class=aaa>aaa</div> <div style=display: none class=bbb>bbb</div> <div
I have a loader div defined as say for simplicity <div dojoAttachpoint=loaderDiv style=display:none;>.....</div> Now
I have this piece of code, <div id=event style=display:none;> <!-- initially hidden --> <div
<div class=example> <div class=test style=display:none;>Text</div> </div> <div class=example> <div class=test style=display:none;>Some other text</div> </div>
I wrote function onclick of a element <div class=left_collapsed>Որոնում</div> <div class=container style=display: none;> <ul>
I have some mark-up like so: <div class=slideshow> <div class=slide style=display:block;></div> <div class=slide style=display:none;></div>

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.