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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T18:47:02+00:00 2026-06-03T18:47:02+00:00

I have found some script on internet voting system, I want to modify it

  • 0

I have found some script on internet “voting system”, I want to modify it a little, so I have this piece of code:

$.post(
    "voting/voting.php?value="+a, 
    { }, 
    function(response) {
        // now update box bar           
        $.post(
            "voting/update_box.php", 
            { }, 
            function(update){
                $('#update_count').html(unescape(update));              
            }
        );
        ////////////

        // now update tooltip count         
        $.post(
            "voting/update_tooltip.php", 
            { }, 
            function(updates){
                $('.tooltip3').html(unescape(updates));             
            }
        );
        ////////////
    }
);

You see in the first line voting/voting.php?value="+a, I want to add another value there – video, where will be stored id of current video, and to pass it to voting.php together with value.

I tried this (I am storing video id as id of div with .tooltip class, I know it is litle strange, but i think it should work):

var b = $(".tooltip").attr("id");
$.post("voting/voting.php?video="+b+"&value="+a, {

but this doesnt work. Any suggestions?

  • 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-03T18:47:03+00:00Added an answer on June 3, 2026 at 6:47 pm
    $.post("voting/voting.php", {"value":a,"video":b },
    function(response)...
    

    This will send the parameters in POST method.

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

Sidebar

Related Questions

I have found some code snippet in the internet. But it is missing some
I have found some code on measuring execution time here http://www.dreamincode.net/forums/index.php?showtopic=24685 However, it does
I am once again looking for some help. I have found this stopwords script
I have found some code that I need to use for my application but
I have found some libraries or web services in PHP that does the job.
I have found some info on the subject ( like this link) , but
I've searched the Internet and have found some good solutions for teeing STDOUT to
I have the included grails script that I found in some random place on
I've found this script on the internet. It's a bit old, and the developers
Hi there I have edited some code I have found on-line and everything works

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.