Questions tagged as 'jquery'

1
answer

How to get the Value result of Div divValor. result [2] in the mvc controller?

$(document).ready(function(){ $("#btnSend").click(function(){ $.ajax({ url:'@Url.Action("VerificaCep","ConsultaCep")', type: "GET", contentType:"application/json",...
asked by 09.09.2017 / 23:11
0
answers

ViewPort Tag with bug in Html 5

I'm developing an application and I want it to be responsive, but when I put tag : <meta name="viewport" content="width=device-width ,initial-scale=1.0 ,minimum-scale=0.5 ,maximum-scale=1.0" utf-8'> Some components that have interact...
asked by 25.08.2017 / 20:24
1
answer

Column index in datatables laravel

When I did not load the data dynamically into the table I used this way to create the index column: link p> t.on( 'order.dt search.dt', function () { t.column(0, {search:'applied', order:'applied'}).nodes().each( function (cell, i) {...
asked by 23.08.2017 / 18:26
1
answer

Select dynamically-inserted HTML elements with Javascript

I am developing a kind of calculator, where the client puts some information listed in select elements and calculates the value of the service to be hired. In this calculator, there is the option to select the type of service to which the custom...
asked by 04.09.2017 / 18:34
0
answers

Lightbox - Window without close button

I downloaded the LightBox package in link , I started the script and css: <script type="text/javascript" src="js/lightbox-plus-jquery"></script> <link rel="stylesheet" type="text/css" href="css/lightbox.css" /> I edite...
asked by 01.09.2017 / 19:43
0
answers

How to allow script tag in Slick.js

Hello, I'm using the Slick.js carousel, and I wonder if anyone knows how to allow the tag to appear in the carousel content. Demo of Slick.js Example how I want to use: Default Slick code: <div class="your-class"> <div&g...
asked by 02.09.2017 / 16:25
1
answer

Disable event dates (fullcalendar)

I have the following code using the plugin "fullcalendar" and I would need to disable the dates that have registered event. I made a registration with the plugin's dayClick and then listed the entries with ajax. var calendar = $("#calendar").f...
asked by 21.08.2017 / 16:06
2
answers

Trigger JQuery function when button is clicked

I have the following function: <script type='text/javascript'> $(document).ready(function(){ $("input[name='numeroRg']").blur(function(){ var $nomePaciente = $("input[name='nomePaciente']");...
asked by 22.08.2017 / 16:16
2
answers

How to sort the Jquery url DATE

I would like to sort the names of data of states in ascending order. How do I do this? function retornaEstados() { var opcaoCadastro = ""; $.ajax({ url: urlBase + "estado", method: 'GET' }).success(function(retor...
asked by 22.08.2017 / 20:30
1
answer

Improve code logo menu javascript

How can I improve this code? In every scroll it does this check and places one on top of the other. It is functional, but I find it very heavy and with many requests. Any tips on how I can improve it? function criaLogoPrincipal() { var log...
asked by 22.08.2017 / 19:47