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 8036307
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T02:34:36+00:00 2026-06-05T02:34:36+00:00

Is it possible to specify the target URL for colorbox at the time of

  • 0

Is it possible to specify the target URL for colorbox at the time of clicking the actual button that triggers colorbox.

At the moment I have this in my document bind function:

$(function () {
    $(".button").colorbox({ width: "50%", height: "50%%", iframe: true, href: "/abc", opacity: 0.6 });
});

However, the href property depends on the value of a dropdown list that I do not know when I first bind colorbox to the button.

  • 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-06-05T02:34:37+00:00Added an answer on June 5, 2026 at 2:34 am

    Your could it this way… This approach bypasses the plugin’s automatic onClick handling. You call the plugin on your own event AFTER you figure out what href value you want to use.

    In the code snippet below, the var myHref is static, but you could write a bit of js to set it from your data source.

    BTW, I think you have a typo on the height property – duplicate % signs??

    <script>
            $(document).ready(function(){
                $('.button').click( function() {
                    var myHref = "/someHREF";
                    $.colorbox({
                        width: "50%", 
                        height: "50%", 
                        iframe: true, 
                        href: myHref, 
                        opacity: 0.6
                    });             
                });
            });             
    </script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to specify the target platform (x64, x86) when building a project?
Is it possible to specify that members of a nested class can be accessed
Possible Duplicate: determine target url based on roles in spring security 3.1 Hello all
Is it possible to specify that a return type of a function is the
Possible Duplicate: SQL Delete: can't specify target table for update in FROM clause I
Possible Duplicate: Specify Command for MenuItem in a DataTemplate I have a collection of
Is it possible to specify the equivalent of a default document for directories in
I have this AS2 code that does some simple animations when I rollover a
JsUnit provides an ant-script with the target 'standalone_test'. This target uses the property url
Possible Duplicate: SQL Delete: can't specify target table for update in FROM clause I'm

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.