Posts by Wesley Ferreira • 35 points
6 posts
-
0
votes1
answer104
viewsA: Bug in Responsive menu
I solved the problem if this is to help someone in the future here is the answer, the user "DVD" had commented that when resizing the function did not detect the resize, so insert a name to my…
-
0
votes1
answer104
viewsQ: Bug in Responsive menu
I am developing a responsive menu where in the mobile version it is called through an icone, however in some occasions when resizing the page a click event ceases to work and the class (below) .…
-
0
votes1
answer146
viewsQ: Image Upload
I don’t have as much knowledge in the back-end area, but I need an image Uploader, I looked for a way that doesn’t use a database, but I believe it’s impossible. I need a similar Uploader to the…
-
1
votes1
answer2597
viewsA: How to do line breaking in a <li>?
I didn’t quite understand your question, you try to put the code, but as far as I could tell, it would only be the case of a </br> give a line break in a text that is inside a li In HTML at…
-
1
votes1
answer292
viewsQ: jQuery, close button works only once
I have a text box that is generated by a button, and it has a button with the function to close it, but it only works once, for the first generated box, I would like it to work on all that are…
-
0
votes1
answer294
viewsQ: Onclick generate a new element every click, instead of resetting the first
I’m finishing creating a WYSIWYG, but I have a problem with the text box. When clicking on the icon referring to the text box, a onClick which creates the text box, which is created with a div…