Posts by Lima • 35 points
3 posts
-
0
votes0
answers53
viewsQ: Div contenteditable + problems with Jquery and Caret-cursor
Well, I’m having trouble with a "contenteditable" Div, which briefly uses ". replace() and regex" with a bit of jquery to be able to work with dynamic content, the problem in general is that the…
-
2
votes2
answers94
viewsQ: Get the number of rows and turn into Divs
Good morning, recently I was writing this code and had some problems, I would like to get the number of lines of content from a div "contenteditable" and take these values (numbers) to another div.…
-
1
votes1
answer64
viewsQ: Javascript and conditional switch, problems when saving a dynamic value
Well I’m still learning a little bit more about javascript, and I’m using a little bit of jquery lately, this code is one of my most recent works, it’s a code editor. How it works? First, we have a…