Posts by Miriam • 61 points
5 posts
-
-2
votes1
answer119
viewsQ: How to clear div when input is empty with jquery-json autocomplete?
I have this code that is not mine, I do not know javascript, but I need this functionality, it is working right, as I type it will autocomplete creating li, with image and text with json, but when I…
-
1
votes0
answers29
viewsQ: Explode function does not work with 2 line breaks
I have the following problem, I have a text/string in stanzas, example: t is a long established Fact that a Reader will be distracted by the readable content of a page when Looking at its layout. t…
-
1
votes5
answers2851
viewsQ: How to put background-color on top of background-image
I need to put a div with a background-image background, and while hovering over it with the :hover, a background-color appears rgba transparente, and the background image does not disappear, it will…
-
1
votes3
answers1706
viewsQ: How do I pass the time from one div to another?
I have this problem: the text is responsive, but how do I make the red divide the same size as the gray div next to it, as I decrease and enlarge the screen? There is a solution with CSS or with JS?…
-
1
votes2
answers50
viewsQ: how to deny direct access to index.php and index.php/
Hello, I’m making use of the url friendly, which is working very well, however I want to prohibit access to the archive index.php and index.php/, I want when accessing them to be redirected to the…