Questions tagged as 'jquery'

1
answer

Fill meta description via javascript does Google interpret the code?

I have a JSON {"content":{"description":"Descrição do meu site"}} I wanted to populate the meta name description via javascript <meta name="description" content="" /> I wonder if Google will read this information, otherwise what...
asked by 25.09.2017 / 16:25
2
answers

Change font size JavaScript / HTML / Jquery [duplicate]

I created this application in HTML / JavaScript / Jquery ... I would like to know how I put a button to increase font size within the textarea. Anyone have an idea? <html> <meta charset="UTF-8"> <!-- add special charact...
asked by 24.09.2017 / 19:34
0
answers

error with $ .ajax while reading php

I have the following file index.php that has 2 forms. One of Login and one of registration <?php header("Content-Type: text/html; charset=utf-8"); /* Carrega as classes em tempo de execucao */ function __autoload($classe) {...
asked by 20.09.2017 / 12:56
1
answer

Change dropdown menu through input checkbox

I'm trying to create a dynamic dropdown menu that can display its contents as checkbox is checked. <!DOCTYPE html> <html> <body> <div id="checkbox"> <label><input type="checkb" value="produto"/>Produto</l...
asked by 20.09.2017 / 07:12
0
answers

Jquery cookie - Show notification only once

I need a notification to appear once the login is done, but when I refresh the page in the browser or F5 , the notification will not be displayed again. Using the cookie, is there any way to do this? Below the code I have Contro...
asked by 27.09.2017 / 13:24
1
answer

Increase space between words to occupy the width of the div?

I have a text that I would like to "stretch", that is, leave spacing between letters until it reaches the end of div , is there any way to do this? The div must have height static. I can use both Jquery and CSS ....
asked by 16.10.2017 / 18:21
1
answer

Does anyone have any idea how to create a page with RESTFULL API in Laravel? [closed]

Could someone give me an example of how to do this and JQUERY mount the paging? Even if it's some tutorial. I have already researched in several places and they all say the same thing to create a pagination in the laravel itself and bring in a v...
asked by 16.10.2017 / 18:03
1
answer

Check Box "Check All" does not work for all pages using datatables

Scenario: I'm using DataTables to show a list of cities, and each of them has a checkbox. I also have a "Check All" which, of course, when checked, all cities should be checked as well. Problem: When I mark "Check All", only the cities of th...
asked by 17.10.2017 / 15:06
1
answer

Group Subtotal datatable at the bottom

I have a datatable with subtotal. jsfiddle , but this subtotal is at the top and needs to appear at the bottom as subtotal. Testing I have found that it generates TR when it passes through this line of code if (last !== group) { groupi...
asked by 15.09.2017 / 19:28
1
answer

Replace background-image by: after

I have a div with a pseudo-class :after where I create a square and put a little figure inside of an arrow down. I'm trying, with the code below, to click on this div replace the figurine with a similar one: $(document)...
asked by 30.09.2017 / 01:00