Jump to content
UBot Underground

Ui Html Change Variable By Jquery Or Js


Recommended Posts

I'm not sure if this can be done...

 

I have an UI HTML panel width some inputs like <input id="id1" variable="#var1" filwith="value"> in the same panel there is even a jquery code which dynamically will change the value of "id1", the script change correctly the input and the new value is visible for half second but after that the input come back to the original value, in the debugger the variable doesn't change at all.

 

Is there a way to change dynamically the value of a variable in UI html panel using javascript or jquery?

Link to post
Share on other sites

This happened all the time if you use external files (css/js), already reported, not fixed yet.

 

The only way is to use local assets, or type it directly in your code. If you don't want to see some ugly minified jquery, you can save it as anything encrypted & distribute the file along with your exe, and load it when your bot executed by the user.

Link to post
Share on other sites
  • 7 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...