Questions tagged as 'html5'

1
answer

jplayer does not work on safari [closed]

I downloaded the jplayer v2.9.2 with JQuery v1.11.1 which has worked correctly in all browsers, except in safari, I have navigated to find a solution but it does not work for me, this is the code I am using. $(document).ready(function(){ new...
asked by 13.10.2016 / 18:54
2
answers

Hide and show with JavaScript

I have a doubt as to hide and show certain options of a subcategory, for example I have clothes category and its subcategory will have a id="ropa" in which will be socks, shirts etc. and I will have other categories with their respective...
asked by 09.10.2016 / 18:31
2
answers

Problem with google maps api JavaScript

I want to create a map on my website that when you click on different directions that are on the side, they are shown on the map, without leaving the page, only the location of the page will be modified, like the following web: link Does...
asked by 02.09.2016 / 16:11
2
answers

Error: Bad value expires for attribute http-equiv on element meta

Good morning, I am passing the validator of W3C, and I would like to correct this error. Gcs Error: Bad value expires for attribute http-equiv on element meta. From line 18, column 1; to line 18, column 43 panish"/>↩<meta http-equ...
asked by 29.08.2016 / 18:42
2
answers

Enable INPUTS of a SELECT with Js or jQuery [duplicated]

I have a select , and depending on the value of select in my case the value="2" I want to enable two input and if it is not in value="2" disable them <div class="row"> <div class="col-md-3">...
asked by 26.08.2016 / 17:18
1
answer

htmlentities () expects parameter 1 to be string, given array

This is my first post and I hope you help me and be able to help many of you in the same way. As you saw in the title, it generates that error, and that happens to me now that I'm learning Laravel 5.1 This is the error    htmlentities () e...
asked by 20.09.2016 / 05:41
1
answer

How to get Json data from several urls to render a single DataTable

I have two URLs that serve data of objects in JSON format, both formats have the same structure, except for the type of equipment: First URL: link { "id": 1, "tipo_equipo": "EquipoA", ///Esto es diferente al otro "n...
asked by 16.08.2016 / 12:11
2
answers

Problem with panel and Bootstrap form

By placing tabs in panel-title , the form I have in panel-primary reaches the limit where the tabs start. The problem is this class: <div class="pull-right"> . If I remove it, my form takes all the space of the pan...
asked by 24.07.2016 / 03:58
1
answer

Search the value of an input in Duckduckgo / Google using javascript

I want a way to open a search through Duckduckgo using the text entered in a text input (# search-bar), so that when you click on the Enter key the written text is the value of the search. I want to do it without using libraries li...
asked by 27.06.2016 / 05:52
1
answer

I have a question with Materialize css

I'm new to materialize, but I think it's a great framework, I regret not having used it in other projects, because it really facilitates the design, but my problem is this, I want to create 2 row together, that is, The materialize grid system....
asked by 04.04.2017 / 14:54