Questions tagged as 'jquery'

1
answer

Overlapping a div from another using jquery

When I click on the + of my select, my system shows and adds an item in the div with "tabs". Butwhenitshowsthedivthatwashidden,itwouldstayontopofmyselect(asshownintheimage).  function:functionadd(id_sistema){$('#tabs').append("<div id='tabs-...
asked by 11.12.2017 / 15:20
1
answer

how to scroll a scroll from a div outside it

I have the following situation I have a screen where it has an infinity scroll up, so it works fine, I get the next record when using the scroll, the problem occurs when I try to use the mouse scroll outside the div. I would like it to work out...
asked by 11.12.2017 / 15:50
1
answer

combo box and input text

It's the following I'm developing a form, I wanted one of the form fields to appear in an input text and select html, and if the person chooses the select item with several option's, was sent the data entered to the database with the option item...
asked by 22.12.2017 / 00:50
1
answer

After laravel validation fails, choose a select option

Hello everyone, I have two combos: one states and one cities. When I choose a state, I search cities via ajax, as follows: $('#estados').on('change', function(e){ console.log(e); var id = e.target.value; /* busca as cidades de...
asked by 21.12.2017 / 22:37
1
answer

Page Count

I am trying to make a page counting system, which counts the total number of pages and which page the user is in. I was able to do the total page count but I can not find a way to show the current page of it, I tried to use the position () me...
asked by 21.12.2017 / 13:44
1
answer

I can not call a jquery file in html

Well I'm having a problem to call a script the navbar appears all right as in img: ButthescriptdoesnotloaddonotknowwhathappensalreadyItriedtochangetheorderandeverythinganditwillnot..Code: #body{ width: 100%; height: 500px; }/* Style for...
asked by 04.01.2018 / 11:50
1
answer

Jquery modal var

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700); html, body { width: 100%; height: 100%; margin: 0; } .page-wrapper {...
asked by 03.01.2018 / 00:30
1
answer

How to load data from an XML file into an HTML input field?

I'm trying to load an XML upload by saving on an object and showing it on the screen. I was able to do showing in a Div But I'm not able to show in Inputs. Follow the process and the code: I choose the File and click Upload Theresul...
asked by 25.01.2018 / 21:59
1
answer

Counter to a specific number

I have three counters, which go up to a certain number, defined as data-count-to of each tag, my problem here is that I liked them to reach their limit at the same time, even with values as different as is the case below: function c...
asked by 25.01.2018 / 13:40
1
answer

Change the BootZard validation code

I'm using the step wizard of this site , but I hit a small obstacle. In the code it validates all fields through this excerpt: parent_fieldset.find('input[type="text"], input[type="password"], textarea').each(function() { if( $(this)....
asked by 05.12.2017 / 22:53