Questions tagged as 'jquery'

1
answer

Thead absolute with lateral scrum

Hello, I have a problem with a table that is very extensive horizontally and vertically. I need the titles to track the data to the end in vertical and horizontal scrolling, and I also need the titles to track the data in the scrolling outside o...
asked by 20.09.2018 / 17:17
1
answer

Use jQuery-Mask with Laravel

I'm trying to use jQuery-mask with Laravel, but it does not work. If anyone can help:) When I look at the Chrome Console tab it gives the following error: Mycodeisasfollows(headtag):<head><scriptsrc="/public/jquery-mask-plugin.js...
asked by 19.09.2018 / 03:05
2
answers

Pass array of Json objects to Controller C # .NET

I need to make a post, and so far I'm trying to get AJAX to send an object to the Controller, but I'm having trouble getting the object. View / html: <select name="Servers" id="servers" multiple> <option value='{ "Id": "1",...
asked by 19.09.2018 / 01:22
0
answers

Google Maps API is not working in my application

Good night, I have a project of a system that I'm developing, where I have a Google Maps API that brings the list of addresses queried by an autocomplete to the system user. This should happen in a modal, but this modal has some dynamic fields t...
asked by 29.09.2018 / 01:34
1
answer

Problem with jQuery addclass and RemoveClass

Speak up, I'm having trouble using addClass and Remove Class in jQuery. I need the class="lala" section to click on it, it will disappear and appear at class="video" . I need the class "video" to occupy the same space as the class "lala"...
asked by 25.09.2018 / 19:01
0
answers

Owl.Carousel action of NAV buttons

Owl.Carousel's duplicate gallery causes nav to move the number of galleries instead of 1 position at a time. The default Nav works by walking from 1 in 1 position. In the custom Nav, the number of tabs interferes with the floor of the...
asked by 18.09.2018 / 09:31
1
answer

How to create a filter with images?

I'm creating a project that lists several store images, I want to create a filter so that I can search the store name and just show it, or search the type of cuisine, distance and everything. I tried to use a jquery but it did not work if som...
asked by 18.09.2018 / 12:46
1
answer

Filling select with latitude, longitude and city according to Json

I have a form with two selects, one from State and another from City. I already get popular with my select city according to the state's choice. The problem is that at the time of the Json return on the option, the data-latitude and date-longitu...
asked by 24.09.2018 / 21:22
0
answers

How to load a jquery plugin into the reactjs

I'm trying to load a selectpicker bootstrap plugin into a reactjs project the problem that occurs is the time to start the plugin it does not load. import $ from 'jquery'; componentDidMount() { $('.selectpicker').selectpicker(); } compon...
asked by 24.09.2018 / 15:47
1
answer

Button does not work when using append / prepend

I'm trying to put a button by append taken via ajax. After being placed in html , button stops working, (everything works normally after refreshing the page, because it 'catches' the database data), I already researche...
asked by 11.02.2018 / 16:41