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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T19:35:55+00:00 2026-06-14T19:35:55+00:00

could you please help me and tell me how can I send the href

  • 0

could you please help me and tell me how can I send the href to the data in that code:

$(".ad-gallery").on("click", ".ad-image", function () {
    $.fancybox({

        href: $(this).find("img").attr("src"), //here is the value i want to send
        titlePosition: 'outside',
        title: $(this).text(),
        'beforeShow': function () {
            var content = $('.fancybox-inner');  // for v2.x use : var content = $('.fancybox-inner');
            $('.fancybox-wrap').append('<div class="fancy_print"></div>'); // for v2.x use : $('.fancybox-wrap').append(...
            $('.fancy_print').bind("click", function () {

                var retVal = confirm("Are you sure you want to order it?");
                if (retVal == true) {
                        $.ajax({
                            type: "POST",
                            url: "WebForm1.aspx/coucou",
                            data: "{}",//$titre.serialize(),// and i want to give the value inside that data

Thanks

  • 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-14T19:35:56+00:00Added an answer on June 14, 2026 at 7:35 pm

    Create a variable inside outer function.

    $(".ad-gallery").on("click", ".ad-image", function () {
        var $this = $(this),
           href = $this.find("img").attr("src");
        $.fancybox({
            href: href, //accessible here
            titlePosition: 'outside',
            title: $this.text(),
            'beforeShow': function () {
                //You can use href here
                var content = $('.fancybox-inner');  // for v2.x use : var content = $('.fancybox-inner');
                $('.fancybox-wrap').append('<div class="fancy_print"></div>'); // for v2.x use : $('.fancybox-wrap').append(...
                $('.fancy_print').bind("click", function () {
                    //And here
    
                    var retVal = confirm("Are you sure you want to order it?");
                    if (retVal == true) {
                            $.ajax({
                                type: "POST",
                                url: "WebForm1.aspx/coucou",
                                contentType: "application/json; charset=utf-8",
                                dataType: "json",
                                data: '{"href":"'+ href +'"}'
    

    Scope and closures

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Could you please tell me how can i save the image into server path
Please, could you help me and tell me how can I generated dynamically this
Could anyone please tell how jre directory help in the running java programs? I'm
Could you please help me converting this c++ code into python: I am trying
Could you please help me to get image upload working on a view with
Could someone please help explain why I can't get this to work? I properly
Could someone please tell me what is wrong with my code. When I try
Could somebody please help me with explode() function. I am reading values with $_POST[]
Could anyone please tell me what the web developers can do with cloud computing,
Could you please help me out to find the correct deceleration rate for the

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.