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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T01:03:22+00:00 2026-06-03T01:03:22+00:00

I am trying to learn some JQuery, mainly for fun, but also for seriouz.

  • 0

I am trying to learn some JQuery, mainly for fun, but also for seriouz.
This is a tiny program, it displays the width of the window upon load of the document.

function window_width(window_w){

    var window_w = ($(window).width());
    var canvas = document.getElementById("width_w");
    if (canvas.getContext) {   
    var ctx = canvas.getContext("2d");
    ctx.strokeText(window_w, 0, 10);
    ctx.stroke();
}
}

What I want it to do further is to keep updating the display of this variable as someone would re-size the window. I am not sure how to do this, do I need to write another function or is there a method for it?

  • 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-03T01:03:26+00:00Added an answer on June 3, 2026 at 1:03 am

    You can bind a function to the resize event with jQuery:

    $(window).resize(function() {
      // You can put the code from your window_width function here.
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to learn jquery, I've some basics of javascript. I've written this piece
new to jquery here but I'm trying to learn some different stuff that's been
Greetings from some noob trying to learn JQuery, I am attempting to make it
I am trying to learn some ASP.NET MVC. Please bear with me but asp.net
I am trying to build a simple calculator to learn javascript/jquery but seem to
I'm trying to learn jquery and I'm having some difficulty figuring out how to
Me again, Trying to learn some jQuery stuff. Now I'm building an AJAX search
I'm fairly stuck. Trying to learn and practice some basic JQuery and failing miserably.
I am trying to learn how to post some data using $.ajax through jquery
I'm trying to learn some programming with jQuery. I have a div that has

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.