Questions tagged as 'jquery'

0
answers

Help with DateRangePicker

How do I get the daterangepicker when clicking on the date field back but allow me to change the date of exit ("endDate" )? My code: var currentDate = moment().format("DD/MM/YYYY"); $('input[name="date-entrada"], input[name...
asked by 09.11.2018 / 19:28
0
answers

How to create two ordered lists in jQuery

I have to create two lists in jQuery. There is a button that can change an item from the A list to the B list, and in case these two lists should be numbered: A:ITEM 1: B:ITEM 1: A:ITEM 2: B:ITEM 2: And when I change...
asked by 10.11.2018 / 00:46
0
answers

Error "Uncaught TypeError: $ (...) .tooltip is not a function"

I have a compatibility problem with something in Jquery. I already use this instruction package (this will be the third time) and I have never had this problem. I have already removed all the scripts above it, isolated Jquery and in the end,...
asked by 10.11.2018 / 14:31
1
answer

Demo only works on JSFiddle

My problem can be a very simple thing, is that I'm new to script programming and I'm getting pretty much! I can not make this demo work in my .html file: demo link in JSFidde: https://jsfiddle.net/h5q7pe3m/33/ I put the following in my ....
asked by 08.11.2018 / 15:35
1
answer

Laravel + AJAX JQuery

Good evening, I'm learning Laravel and need to update a div every 10 seconds. I have a route that, upon being called, makes a query to the database. This route returns the Dashboard view. Route: Route::get('/dashboard','DashboardContr...
asked by 08.11.2018 / 00:14
1
answer

How to load an HTML file inside a DIV in zend-framework3

I'm working on an email marketing tool and need to load an HTML template inside a DIV in the view. I'm using zend-framework3. I tried to use the .load () function, but it is giving 500 error. Can anyone help me ?? I'm using the following func...
asked by 16.11.2018 / 12:23
0
answers

Problems using the camera on your phone or tablet

Good afternoon. I made a code that takes photo using the webcam or camera of the cellular on the desktop and android works and on iphone the screen turns black. Follow my cod html <div class="demo-container"> <canvas class...
asked by 15.11.2018 / 20:02
0
answers

Check element and replace - repeat JS

var test = new Array(); test["102-1"] = new Array("102-1", "Elemento"); $(document).ready(function () { $("a[name='" + test["102-1"][0] + "']").attr({ "data-original-title":test["102-1"][1] }); }); This code checks the page...
asked by 27.11.2018 / 18:51
1
answer

Problems with jquery to read json

- Edited-- I can not solve a problem in my code. I use jquery to make a request for a barcode. I even get the value but I can not associate my function to mount the table. The error is specifically when mounting the tds where I can not get th...
asked by 27.11.2018 / 18:20
0
answers

Switchery component does not work in a PartialView - Asp.Net MVC

I'm having problems with the data-plugin switchery (Remark bootstrap component) that does not want to work in partialviews. The interesting thing is that if it stays inside a normal view, it works perfectly, but when placed inside a modal window...
asked by 15.11.2018 / 14:38