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

The Archive Base Latest Questions

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

I have a variable defined at the top of my jsp page: <%! int

  • 0

I have a variable defined at the top of my jsp page:

<%! int count = 0; %>

I then call jquery with a buttonclick like so:

<script type="text/javascript">
$(document).ready(function() {         
    $('#somebutton').click(function() {
        var c = '<%=count%>';
        <% count += 5; %>
    });
});
</script>

The idea is that the variable count will be updated (and persist) after the function is done. However, it seems to update count locally but doesn’t persist globally. When I click the button count always gets set to 5 but never increments to 10, 15, etc. upon further button clicks.

How can I update the jsp variable from within the jquery function and have it persist?

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

    You would have to do a call back to the server and store the data in a session variable (or cookie I suppose depending on the security needs).

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

Sidebar

Related Questions

I have defined a variable with an own type, say Dim point As DataPoint
I have defined a table type PL/SQL variable and added some data there. create
I have some pagination code defined in a variable ($pager) that I would like
I have this variable defined in my web.config file : <appSettings> <add key =version
I have an variable obj defined as follows: {user: {username: AzureDiamond, password: hunter2}} I
I need to mock a GrailsControllerClass interface. Instance should have a static variable defined.
I have to extract defined variable and function names from a js code passed
I have a variable @products = Product.all defined inside new method in a controller.
I have a function, where if a variable is not defined, exit; is called,
In SAS/IML I have defined a character variable: var1 = usernames; Previously in 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.