Questions tagged as 'javascript'

0
answers

SEO, How likely is Googlebot to read this Rich Snippets code?

What are the chances that Googlebot will read this Rich Snippets ? Tips on how to improve are welcome ... I can only use Front-END , otherwise I would have used PHP to resolve this. <script type="text/javascript" src="https://co...
asked by 06.10.2017 / 15:33
0
answers

How to page a JavaScript filter in Laravel 5.4?

I created a search filter for a table, in it I have Description, Model, Status, among others 'inputs' to make the search. But after the search is done, pagination does not track the result. Here is the code below: Index: @extends('admin/l...
asked by 02.05.2017 / 19:35
2
answers

Filter with JQuery, Json and Input

I have a list of inputs with type checkbox, with values that are loaded from a JSON file. I would like to know how to make a filter, so that by clicking on a particular checkbox, the products (which are loaded from another JSON file) are filtere...
asked by 19.04.2017 / 08:10
1
answer

Mask with jQuery or HTML

the mask I need is this: 0000000-00.0000.0.00.0000 As I type in the input is filled from right to left preserving the zeros on the right until it reaches the limit of characters in this string. Examples: 0000000-00.0000.0.00.0000...
asked by 28.04.2017 / 09:02
1
answer

Api Google maps

Hello everyone who has done integration of google maps api. I need to show nearby places like hospitals - parks - restaurants and being able to check out the ones that do not display has something in the api documentation about it. I do not want...
asked by 02.05.2017 / 16:48
1
answer

Open Input File file with JavaScript [duplicate]

I have a form with only input of type file and a submit button. I want to get the contents of this file txt and save it to a variable, without giving refresh and without doing upload of the file before, all w...
asked by 14.09.2017 / 03:08
1
answer

I can not find my error [closed]

This code works at the top of my website (menu), and I'm trying to use it in the footer as well, since I have the registry tab both at the top and in the footer, but in the footer it does not work. Can anyone help me find the error? or is it...
asked by 13.09.2017 / 16:58
1
answer

I can not select the dynamically created radiobuttons

I'm having a hard time manipulating radiobutton components dynamically created when I click the button, but I'm having a small problem, when I click on the generated radiobutton, the selected component is the main component contained in the tabl...
asked by 03.04.2017 / 02:21
1
answer

How can I pass this code snippet to localstorage?

<script> navigator.geolocation.getCurrentPosition(function(position) { document.cookie = "mylat="+position.coords.latitude; document.cookie = "mylng="+position.coords.longitude; }) var mylat = Number("<?php print_r($_C...
asked by 31.03.2017 / 14:03
0
answers

Pass value from href jquery to Spring MVC

Good afternoon, I'm having trouble passing an id that is in the jquery href to the Spring MVC controller update method. Can anybody help me. Thank you. $.ajax({ url : "listAllForum", dataType : 'json', success : functio...
asked by 04.04.2017 / 19:35