Questions tagged as 'jquery'

0
answers

Installment with accordion - Magento

Hello, I have a method of installment in a customer's shop, which uses the scroll down with jquery that opens a tab (tables with "Description", "Evaluation", "Installment", etc ...), and shows the table with the 12 parcels. The site is a bit...
asked by 30.01.2018 / 22:23
1
answer

Playlist with .load ()

$("#playlist").load("https://cdn.rawgit.com/lucaskfp/-south-toon-player/master/teste.txt"); function audioPlayer() { var currentSong = 0; $("#audioPlayer")[0].src = $("#playlist li a")[0]; $("#audioPlayer")[0].play(); $("#pla...
asked by 30.01.2018 / 21:35
1
answer

Go through json multidimentional javascript

I have this json [{"id":1,"id_pai":null,"id_usuario":1,"ordem":1,"lado":"1"},[{"id":2,"id_pai":1,"id_usuario":2,"ordem":1,"lado":"1"},{"id":3,"id_pai":1,"id_usuario":3,"ordem":2,"lado":"2"}],[{"id":4,"id_pai":2,"id_usuario":4,"ordem":1,"lado"...
asked by 04.02.2018 / 22:20
3
answers

How to check if the file is an image of Input type="file"

I have an input type="file" that would serve the user to add a profile photo and would like to check if the file is an image before. I've done the verification via PHP, but I'd like to do it via Javascript too.     
asked by 04.02.2018 / 19:51
0
answers

FileUpload Jquery with C #

I have the following problem I'm using MVC (C #) and I need to upload a document in general (.doc, .pdf, .png, etc.) I'm using the FileUpload library and with jquery 3.1 In the example standard the component has, it's jquery 1.9 (I do n...
asked by 05.02.2018 / 00:07
0
answers

Uncaught Error: Syntax error, unrecognized expression: #botao_resp _? = $ row ['id']?

I have a page with forms to answer questions and I'm trying to use jquery in a separate file and it's giving the following error: Uncaught Error: Syntax error, unrecognized expression: #botao_resp _ $("#botao_resp_<?=$row['id']?>").on('c...
asked by 29.01.2018 / 11:39
1
answer

How do I drag an element when dragging the parent element?

I have an ul with several li's inside, and each li has a span: html:           <ul class="list-group"> <li class="atividade-style list-group-item"> <span class="atividade"> Item1 </span> <div...
asked by 29.01.2018 / 12:47
0
answers

Ajax not running event succes

I received complaints from some customers that the site was not completing the request, but checking the code did not find anything too much and it works perfectly for me. The ajax code is this $.ajax({ type : 'POST',...
asked by 29.01.2018 / 13:16
0
answers

Consume Rest API in C # by Ajax in jquery

Hello I have a C # API that returns me an object in JSON Follow the code [HttpGet] public string Login(string Pass, string User) { Return ret = new Return(); try { UsuarioDA...
asked by 28.01.2018 / 21:23
1
answer

Modal window (Boostrap) is not visible

<!doctype html> <html lang="pt-br"> <head> <title>Teste</title> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, ini...
asked by 03.02.2018 / 21:59