Questions tagged as 'jquery'

2
answers

Generate HTML elements via Javascript

I need to create a code that after passing some parameters it generates a graphic similar to the image below, I thought of creating a table for each activity. Does anyone have any tips, or do you know an article that can help me? I think of usin...
asked by 17.10.2015 / 23:57
1
answer

Countdown on PLACEHOLDER is it possible?

I would like to know first if this is possible, and also disable the input where the placeholder is until the countdown ends and when the countdown finishes enabling again? some sketch? jquery and the right one?     
asked by 06.02.2016 / 00:55
1
answer

PHP + Jquery + JSON

I have function calling an ajax. As below: function verifica(){ var meuid = $('.meuid').attr('id'); var datas = "user="+meuid; $.ajax({ type: "GET", url: 'sys/stream2.php',...
asked by 09.02.2016 / 01:53
1
answer

Handle the JSON data coming from a request from the jQuery datepicker with ajax

I need to create a schedule. I have a datepicker and a fixed table next to it with schedules that start from 08:00 am until 19:00 pm and when I click on a datepicker day it returns all the queries from that day in the table to side in their resp...
asked by 11.12.2015 / 18:57
3
answers

Turning audio and video into Base64

I would like to know if it would be possible to transform videos and audios in Base64, I already asked a question related to transform image in Base64 and you helped me, but now I need to do the same for audio and video, I had thought it would b...
asked by 24.08.2015 / 15:19
0
answers

doubts if fields [closed]

I have a form where the user can search for a range of dates, or by id, name, nif I have the following code: $("#pesquisa").on("submit", function (event) { event.preventDefault(); var key = document.getElementById("key").value;...
asked by 14.09.2015 / 17:16
0
answers

Configuration of htaccess to capture all the GET data of a query string

I rewrote the rule in my url as follows: RewriteRule ^(.+)$ index.php?path=$1 [QSA,L] In php I get the parameters of $_GET['path'] and set up my controller, action and parameters. $this->controlador , $this->acao...
asked by 04.09.2015 / 18:12
1
answer

Youtube videos do not open in full screen

I am using youtube as a music player and every time someone accesses on iOS devices it opens the video in full screen. Follow my code with playsinline. var buildPlayer = function(videoUrl) { playerLoading = true; player = new Y...
asked by 28.08.2015 / 16:32
2
answers

Difficulty with AJAX and JSONP

I have a problem with the ajax return with jsonp, it returns json, but I can not work with it. Code: $.ajax({ method: "GET", url: "http://minasul.tecnologia.ws/previsao/index.php?tipo=TODAS", async: false, contentType: "...
asked by 13.08.2015 / 14:17
1
answer

what's faster and lighter to render (ul-li or table)?

I am making a dynamic menu with table (6 columns already defined and the line will vary) and bootstrap. I would like to know what is the best structure to build a dynamic menu (the user will choose several options, will be able to clone the line...
asked by 10.08.2015 / 15:47