Posts by Maicom Oliveira • 75 points
3 posts
-
2
votes2
answers5607
viewsQ: Encapsulate set of HTML tags in VS Code ("Ctrl + alt + enter" in Sublime Text)
Editing HTML files in Sublime Text I can encapsulate a set of tags or text just by selecting the block and pressing Ctrl+Alt+Enter and then typing in which tag I want to use to encapsulate the…
-
3
votes1
answer384
viewsQ: Concatenate in loop with jQuery
I need to concatenate with jQuery all input values that have classes that start with "item_". I’m using the function below but it didn’t work. $(document).ready(function() {…
-
2
votes1
answer123
viewsA: Change logo automatically with Fade
The answer is simple face: "Use CSS only". CSS3 lets you animate transitions the way you want them! Leave jQuery to applications that can’t be done with CSS3! .slider { max-width: 300px; height:…
htmlanswered Maicom Oliveira 75