Questions tagged as 'jquery'

0
answers

Is this a good way to instantiate a modal without leaving residues in html?

The initial phase of the project I'm working on is almost over, and I'm adjusting things done in a not very well done way. One of these things was that I left two modal elements of residue in my% base% to use them in the response of requests,...
asked by 26.10.2017 / 19:51
1
answer

Changing Fullcalendar operation

Good evening, I'm changing the operation of the Fullcalendar template link , to suit what I need. When clicking on the link, you can see that on day 12 there is a link called more , which when clicking opens the complete list of events. I...
asked by 17.11.2017 / 00:39
0
answers

Change HTML data attribute with Jquery

I have an input that would like to change the data-min and date-max with the value brought by AJAX by changing the value of the select category_id. Ajax is bringing the value correctly, but does not change the value of the data-min and data-max....
asked by 18.11.2017 / 22:25
1
answer

PDF in Binary DOMPDF laravel

I have a problem with the laravel when mounting a PDF. It gives the output all in binary. I'm downloading the link See the code: public function relatorio($id) { $pedidos_id = Pedidos::find($id); $pedidos['ped...
asked by 07.12.2017 / 13:49
1
answer

Smooth scrolling in div content

I have a script that does a smooth scrolling when clicking on the link with anchor. The problem is that it scrolls the whole page. I need it to scroll only the content that is within a specific div and the rest of the page remain fixed. C...
asked by 18.11.2017 / 22:17
0
answers

See video time of YouTube Iframe inserted with append?

I have inserted a button that when it is loaded, appears the advertising ahead and only after the video gives append, but with this I can not declare the Youtube API script, I think that is the error. I tried copying the API code from the site b...
asked by 18.09.2017 / 19:20
1
answer

CSS - How to reference another Combobox?

Dear, I have 2 cascading autocomplete combobox for State and City. When I change the size in CSS, it changes the size of the 2 combobox and I need to change only 1. I use the JQuery-UI sample code and the following CSS: .custom-combobox-inpu...
asked by 12.12.2017 / 16:32
1
answer

Jquery how to select a specific element by index

I would like to know how to select a specific element by the position of the index, since I can walk through the structure with the next and prev functions, but I'm not finding a way to select an element directly by its position. I'm using Jquer...
asked by 03.07.2014 / 16:27
0
answers

Capture Coordinates In this Api Maps script

In this scrupt down I enter the source and the destination it returns me the time km and address data between them. but my question is how do I get it back to latitude and longitude? <script type="text/javascript"> function CalculaDist...
asked by 10.10.2017 / 04:09
0
answers

execute function in before and after content

I have a before and after in a div with their respective I would like to click this content and run a jQuery Is it possible? I tried the form below but did not work nor alert : $(document).ready(function(e) { $(...
asked by 17.10.2017 / 23:32