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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T16:13:55+00:00 2026-06-04T16:13:55+00:00

I am trying to make a very simple application where the user can draw

  • 0

I am trying to make a very simple application where the user can draw into a table with a selected color when the mouse button is down, and the event stops when the mouse is up.

The drawing works well, the only problem is that the event doesn’t stop when the mouse is released.
I’ve tried it in many ways, but obviously I am doing something wrong. Also tried to bind and unbind the event, but didn’t work either.

You can see one version of the code here:
http://jsfiddle.net/mFzkG/8/

Any help much appreciated!

  • 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-04T16:13:56+00:00Added an answer on June 4, 2026 at 4:13 pm

    All you have to do is bind and unbind event from table cell.

     var currentColor;
        $('.colors').click(function() {
            $(this).fadeTo("fast", 0.40);
            currentColor = $(this).css("background-color");
            $('.colors').not(this).fadeTo("fast", 1);
        });
    
    
        $('table').mousedown(
        function() {
            $('td').bind('hover', function(){
                $(this).css(
                "background-color", currentColor
                );            
            });
            }).mouseup(function(){
                $('table td').unbind('hover');
                $('table').css(function(){
                    return false;
            });
            });
    
    
        $("#reset").click(function() {
            $("td").css("background-color", "white")
        }
        );
    

    And here is working jsFiddle http://jsfiddle.net/mFzkG/12/

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

Sidebar

Related Questions

I'm trying to make a very simple OSGi test but I can't get it
I am trying to make a very simple application. With a starting menu as
Im trying to make a very simple application that lets my client create their
I'm learning java and I'm trying to make a very simple application that does
I am trying to make a very simple object rotate around a fixed point
I am trying to make a very simple web-service which does the following: The
i'm trying to make a very simple YACC parser on Pascal language which just
I'm learning Objective-C and trying to make a very simple command line calculator. 'S'
I am trying to make a (very) simple Data Binding test, but it doesn't
Trying to make a call and retrieve a very simple, one line, JSON file.

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.