Popular Posts

Recent Posts

jQuery. How to get ID of clicked element

When I wanted to get the ID of clickable element using jQuery, I have found out that I don’t remmember such a simple thing. I had to look for it. And I’ve found it 🙂 I had buttons with class “phonebtnCall” and some IDs. I wanted to know which of buttons was clicked. Read more»

React

Java. Reading text files

When you created a new project (Java. Create new project in Eclipse), you want to know how to work with text files. Open SampleText.java and add after “package SampleText” two strings. Read more»

Java