Questions tagged as 'jquery'

1
answer

Send form without Ajax and without refreshing the page

When you want to submit a form without updating the page, if you think about Ajax, that is a practical way to do it. But would there be another way to do this without using Ajax? For example, I have the following form: <form name="form"...
asked by 08.02.2018 / 03:11
1
answer

Problems with Jquery to get value from input text

I am not able to get the value of the input text, the error of indefinite ... someone would know to answer me because this is so ??? $(document).ready(function () { $('#btnPesquisar').click(function () { var...
asked by 08.02.2018 / 14:46
0
answers

Put ellipses in pagination of mixItUp

I have this paging script of mixItUp , which works normally. // To keep our code clean and modular, all custom functionality will be contained inside a single object literal called "buttonFilter". var buttonFilter = { // Declare any...
asked by 09.02.2018 / 13:15
1
answer

Full screen overlay with menu

Talk to people, okay? I'm having a hard time making the effect of Full Screen Overlay, in this effect I use CSS and Jquery. The effect consists of opening a div overlay, when I click the menu button the div overlay hides the scroll bar, the p...
asked by 01.02.2018 / 19:56
1
answer

Move DIV when opening nav menu Bootstrap Jquery

I would like to move the div below the menu, so I choose some option of it. var cbpHorizontalMenu = (function() { var b = $("#cbp-hrmenu > ul > li"), g = b.children("a"), c = $("body"), d = -1; function f() {...
asked by 01.02.2018 / 23:43
1
answer

Bug on fullscreen scrolling website

I'm trying to do a fullscreen scrolling website. That is, I do not want the scroll to stop in the middle of a section but to identify if it comes from below or from above and make an animation to the top of the respective section. I have the fol...
asked by 31.01.2018 / 15:49
1
answer

Add a given column by JQuery

I have a table that adds according to the user, ie it can insert or delete the row of the table at any time, and I wanted a code that added a certain column (in this case it sums all the values of the products and informs me the full amount of t...
asked by 31.01.2018 / 16:48
1
answer

Set dynamic height for div with javascript

I would like a script that takes my div with class master and set height: 100% according to the size of the screen. html: <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset=...
asked by 28.02.2018 / 19:07
2
answers

problem with dblclick event

I have a code that was working and from one day to the other stopped working, I do not understand why! You're not even triggering the event ... I followed the code below: <table style="width: auto;" id="tblEditavel" > <thead>...
asked by 20.02.2018 / 22:22
1
answer

List by jquery and submit action

I have this script, which when selecting a state, it loads the counties that are working, but if I try to save by a submit action it shows the error. But what the user chose in the municipality goes away, and the municipalities go blank. <...
asked by 17.01.2018 / 04:14