Posts by user4451 • 669 points
32 posts
-
6
votes3
answers810
viewsQ: Record Javascript session using cookie and button
I set up a banner, where I need that when the user enters the site and clicks on the GOT IT button it disappears and when the user re-enters the site or loads another link no longer appears.…
-
1
votes0
answers47
viewsQ: Menu with href anchor, does not work when on the same page
I have a menu that is in a include and if I am at home and I click on one of the options goes right to the desired page, only when I am on the page only works the first link that is what I am the…
-
-3
votes1
answer638
viewsQ: xampp does not load javascript
I had to reinstall xampp, but now does not load javascript I do not know why, someone has an idea? UPDATING I managed to solve the problem was really the jquery link. When the friend told me to put…
-
0
votes1
answer322
viewsQ: Load tab only by clicking (with jquery)
I’m using the flap system with jqueryui and came across a problem where I need that when loading the page, just load the first tab, there is a way to do this?…
-
3
votes2
answers424
viewsQ: English quotes how to edit?
I’m making a website that I found that a text will have English quote, so far it’s okay to just do the code, but the problem starts when I edit your font to get bigger, the final quote creates an…
-
2
votes1
answer47
viewsQ: Show hide content when clicked on a specific id
Let’s assume I have two links <a href="#pessoa1">link1</a> <a href="#pessoa2">link2</a> The content shown will only refer to the link clicked and when you click on another…
-
1
votes1
answer485
viewsQ: How to hide the next and Previous button in the last and first contents of Carousel?
I’m using a Carousel with Bootstrap, but I need that button next disappear when the last item arrives and that button Previous stay hidden while in the first content. My code is not working, but I…
-
0
votes0
answers78
viewsQ: Filter content by Category with select + Bug in Javascript filter
I have a filter inside a JSON file that when typing it goes filtering and leaving only what you write, problem is that if I was deleting what is in the search field it does not continue filtering…
javascriptasked user4451 669 -
0
votes2
answers11323
viewsQ: View data from a Json file in HTML
I’m stuck in a situation where I can’t turn the data blocks of the JSON file into HTML, nothing appears. Below I will put the codes for you to take a look NOTE: If you can refer me to a legal JSON…
-
1
votes1
answer75
viewsQ: Error in paging inside tab
I have a strange problem, in a certain part of my site I have a tab, only within one of them there is a pagination, which when it was placed inside the tab did not work and only appeared the…
-
1
votes3
answers638
viewsQ: Block positioning with FLEX-BOX
Well, I’m doing a site where in the home there are 4 modules, the first two have to be under each other, so far so good, except that the third module has to be next to these two as if it were a…
-
0
votes1
answer43
viewsQ: link last slide to next date
I’m making website and this link http://atomica.com.br/clientes/usinavertente/site/nossa-historia.php after I finished the client is asking so that when arriving at the last slide of each date go to…
-
0
votes1
answer527
viewsQ: Format HTML5 Input Calendar with javascript
I’m making a form with HTML5 validation and I came across a slightly bad situation when I put for example type="date" when I hover the mouse above, the "little arrows" appear to manipulate the date…
-
1
votes1
answer396
viewsQ: Scroll To negative or at the end of anchor
The thing is, I have a problem with the Scroll To method. I have a menu that uses position:Fixed in css and when you click it it makes the anchor with the content until then normal if it wasn’t for…
-
1
votes1
answer78
viewsQ: Change email destination by clicking a select option on a form
Well, I have a form and need when selecting a select option to change: 1 line - action 2 line - value 3 line - value 15 line - Change where this is written environmentOrca2 to for example…
-
2
votes2
answers529
viewsQ: Load page without loading music player
I’m making a website I have a music player on HTML5, only that every time I change the page the player loads again. In my research it seems that there are all solutions or AJAX or IFRAME. IFRAME say…
-
2
votes1
answer812
viewsQ: upload multiple images
I know you already have some posts on this subject, but as I would just like to add to the code and not redo. In the code below, I need to add a way that the upload supports several images and as I…
-
1
votes1
answer81
viewsQ: video in Html5 with fixed height and malleable width
I have to make a video where it has a fixed height and a width of 100%, the problem is that when I use height:100% does not work and if I use height:auto; width:100%; also does not work because the…
-
3
votes1
answer1764
viewsQ: Click on a link go to another page and show the desired id
Well, I need to make sure that when clicking a link from one page go to another and only show the content of the id indicated on the first page, can you do this? I’ve searched a lot of places and I…
-
1
votes2
answers678
viewsQ: I cannot bring the database data from more than one table
I’m learning how to do an admin, and then I created some tables in the database, but I don’t know why I can only insert and delete data from the user table and project table. Must be some silly…
-
0
votes1
answer42
viewsQ: Slide error when inserting php code
I’m making a slide of videos and everything was going well until I put the php code that brings the videos from the database I insert by admin. When I change the code below: <div> <div…
-
1
votes1
answer591
viewsQ: Add CSS by clicking a button that goes to another page
I need to add height in a div when I click a button, only there is one but this div is on another page and that’s where I’m not able to do it, I’ll show you how I did in the code below if anyone can…
-
2
votes1
answer452
viewsQ: exchange data-src for src with javascript
On the site I’m doing I have a bunch of thumbnail on which when clicked goes to another page where there are several blocks of code. Each block corresponds to a Thumb. The problem is that I need…
-
1
votes1
answer1094
viewsQ: Music playlist with Pause and play
Hello, I need to make a music playlist with Html5 in my researches I found many playlist, but, none of them have pause in the playlist itself. For example, I found this link…
-
6
votes2
answers378
viewsQ: Form data does not send to email
I made a short form to send e-mail. But when I do the sending test nothing arrives in the destination email. As I do not have much experience in this part I could not identify the error, since when…
-
2
votes1
answer771
viewsQ: How to change the menu position using the scrollTo function?
I’m making a site and created a menu with anchor that has the effect of scroll with Javascript. So far so good, the only problem is that I need that when Javascript goes into action the content…
-
1
votes0
answers112
viewsQ: Bizarre bug in player only happens on Chrome
I’m making a site with music playlist everything works fine on my pc on all browsers, but when I go up to the server, something bizarre happens, where only on google Core after I play 6 songs no…
-
2
votes0
answers125
viewsQ: Change Javascript code to resized video tag
At this link i have a test page where the video on the screen is resized as the select. I need that when loading the page come loaded the function of select Transform selection, but as I do not need…
-
1
votes2
answers5089
viewsQ: Tag video, HTML5, 100% width and controlled height
I made the full screen video at home only now I need to use the video with the same width of 100% only with the minimum height of 400px, but the video only gets 400px high when I remove the 100%…
-
3
votes2
answers325
viewsQ: Menu that moves by coordinates
I’m making this site but I can’t do two things: the menu has to move to the contents as I click on the options when the upload page has to appear centered along with the menu where you have…
-
1
votes1
answer3071
viewsQ: How to make a pop-up with text and video from youtube?
I need to make a pop-up which contains both text and Youtube video, the problem is that the pop-up is much higher than the height of the screen. At the home of the site before clicking the link to…
-
7
votes2
answers5072
viewsQ: How to force <option> elements to appear below <select> in IE?
In Internet Explorer, when I click on <select> the list appears on top of it instead of underneath it. I tried this code: select{ width:50px; height:50px; float:left; position:relative; }…