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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T22:32:24+00:00 2026-05-18T22:32:24+00:00

Suppose I have URL such as: <a href=images.php?id=15645 rel=gallery> There is already a click

  • 0

Suppose I have URL such as:

<a href="images.php?id=15645" rel="gallery">

There is already a click handler on this URL (FancyBox lightbox gallery):

$('a[rel=gallery]').fancybox();

I would like to append another GET variable to this URL (title="mytitle"), but ONLY when it is clicked. The GET variable must not be displayed to the user in the status bar (at the point the link is clicked or afterwards when hovering over that same link). Basically the GET variable doesn’t actually get added to the link, it just gets “sent” with the request.

  • 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-18T22:32:25+00:00Added an answer on May 18, 2026 at 10:32 pm

    try this:

    html

    <a href="images.php?id=15645" rel="gallery">example</a>
    

    JS:

    var 
        agallery = $('a[rel=gallery]'),
        orig = "";
    
    var onstart = function() {
        agallery.attr('href', function(i, a) { orig = a; return (a +'&title="mytitle"'); });
    
    };
    
    var onend = function() {
        agallery.attr('href', orig);
    };
    
    $('a[rel=gallery]').fancybox({
        onStart: onstart,
        onComplete: onend,
        onCancel: onend
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Suppose I have this script : http://www.example.com/profile.php?uid=12345 And inside this script, there's a send
suppose I have a url like :http://localhost:32432/ When I go to this url I
this is a follow-up question of mine. Suppose now I have a URL :
Let's suppose I have xml like this one: <Server Active=No> <Url>http://some.url</Url> </Server> C# class
I'm trying to implement java like url pattern matching in php. Suppose i have
Suppose I was given a URL. It might already have GET parameters (e.g. http://example.com/search?q=question
Suppose I have a url http://www.somesite.com/path/to/catalyst/controller And I want to redirect this to http://www.somesite.com/extra-part/path/to/catalyst/controller
Suppose I have a url that has php style parameters, that is: http://example.com/blah?param1=val1&param2=val2 And,
Suppose i have fetched a images using PHP Simple HTML DOM Parser and obtain
Suppose I have facebook apps, and its canvas url is http://localhost/app/ , and this

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.