Questions tagged as 'html'

1
answer

Get table value with jQuery

I would like to get the value of a column from the table, but in a way that I could reuse the function to get values from other tables. I tried the following, but it does not show me anything on the console. NOTE: The value for the line o...
asked by 23.02.2017 / 01:11
1
answer

Scrolling with anchor

I need to make an anchor on my website and at the moment I have the following script : <script> $(document).ready(function() { window.location.href='#foo'; }); </script> It directs the page to the desired element, but...
asked by 22.02.2017 / 12:44
1
answer

Error with custom inputs

Hello, I'm using a script to add input fields to a div: <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> <script type="text/javascript"> // Adicionar curso $(document).r...
asked by 22.02.2017 / 02:46
1
answer

How to insert and unhide a list of items in the database

The code below allows insertion of n items in the array $scope.items[] : var app = angular.module('app', []); app.controller('controlador', function($scope, $http) { $scope.user = {}; $scope.produtoTrib = {}; $s...
asked by 02.02.2017 / 11:48
1
answer

Upload does not reach PHP via AJAX with .serialize () function [duplicate]

I'm implementing a posting system on my future site where it requires uploading images. However when requesting with AJAX the PHP script returns an error stating that the "img-post" name of the $_FILES variable is missing. So I checked...
asked by 08.01.2017 / 19:01
1
answer

Soft anchor inside a DIV

I have a OnePage page, with the menu fixed at the top. I've already been able to make the menu links, when clicked, roll smoothly across the page. My difficulty is to do the same thing inside a DIV that has OVERFLOW: HIDDEN. This is a menu on wh...
asked by 09.01.2017 / 00:18
1
answer

Save data from a query to an array and display it via JQuery

I'm doing a question and answer game, I need to make an appointment in the bank and I'll get 4 columns (id, question, answer and challenge) and it will return me 10, 15 or 20 lines depending on what is chosen by the user. After that, these colum...
asked by 09.01.2017 / 20:20
2
answers

Error Menu Appears Slowly

So I'm having problems with if else and with hide (), show () I'm creating my portfolio and I want the menu to be fixed from scrolltop 70 and I want it to appear slowly Then I did the following if($(window).scrollTop() > 70...
asked by 09.01.2017 / 22:54
1
answer

How to put logo reponsivo in my site [closed]

Hello, I'm having a problem with the blog logo that after its update only it is not getting responsive. Iwouldliketoknowwhattochangeincss.Icouldonlyfind"logo" in the following codes: Thank you in advance.     
asked by 04.01.2017 / 20:57
1
answer

Uploading files and inputs of any type submitted with ajax

People I need help for the first time I can not put something into practice. I need to make a form containing <textarea> and inputs type text, number and crucially of type file be submitted to the server through AJAX. But I can not...
asked by 04.01.2017 / 01:36