python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to control behavior in Textarea with JavaScript
i am currently trying to design a Terminal in JavaScript.
Unfortunately do i have an issue in tracking where something is getting included or deleted.
Here a possible Solution (https://stackoverflow....
Karion White
Votes: 0
Answers: 1
How can I validate field input against a regex when pasting?
I want to validate an input field with regex (replacing all vowels).
The input should always be matched against that regex, regardles if typed into or pasted into that field.
I know how to deal with t...
toffler
Votes: 0
Answers: 2
js - marking bracket pair in input text box depending on cursor position
I'm working on a math project. Therefore I want to modify the 'input text'-Box. It should mark the bracket pair of the cursor i. e. the bracket positioned left and the one right from the cursor.
I alr...
philippII
Votes: 0
Answers: 1
Qt insert QGraphicsItem in scene on click position
I am designing an app to draw electrical circuit models and I need to insert elements on scene by clicking on a button and after on the scene.
The way it should work is the following: I press the butt...
Dani RedRain
Votes: 0
Answers: 1