Questions tagged as 'jquery'

0
answers

Function Check initial and final product

Good afternoon, I'm developing an export screen to generate a product report by cycle and drop area. But I need to filter between initial product and final product, in case I have a function to do this query, but it only applies to the initia...
asked by 22.03.2017 / 18:43
1
answer

Problem with Navbar

I have a problem with the navbar issue. I'm doing 1 template but I find the following error. AsyoucanseeontherightsidethescrollisatthetopbutassoonasIgodownithappenstome: navbar is in the middle of the screen as if it were fixed. What I wan...
asked by 22.03.2017 / 17:56
0
answers

Deep search in tables

I need to search for a value, but I have a problem, I have to search in 3 different tables to find, and when I find I should direct the focus to the DIV where the table is. I can do this search with a table quietly, but with 3 tables in 3 differ...
asked by 22.03.2017 / 19:05
1
answer

Remove image fade

I have a website in my hands and I need to take the fade effect out of the photos because the client does not want it to be dark when they hover over it. As I am new to the area I would like to know what property this is, whether it is javascrip...
asked by 24.03.2017 / 13:29
0
answers

Jquery showing listing

How do I keep the filled-in values fixed? every time I change the fields it changes simultaneously. And another, how do I present the values separately? I ended up concatenating only to show the values: P Thanks! carrega_info.js $(do...
asked by 03.04.2017 / 22:34
2
answers

Logo accompanying page scroll (problem)

I made a jquery to add a fixed in the page logo depending on the amount of scroll scrolling, however it is very done, when it passes the amount of scroll that the logo is fixed the logo of a "jump" to the middle of the page ... Well the page is...
asked by 24.03.2017 / 13:38
0
answers

floating banner that covers the whole page

I want a banner or a div that stays in the middle of my page is that in this banner has a button to close it is that while it does not close it is not possible to have access to anything on the page .. summary: a div that when it enters my pa...
asked by 04.04.2017 / 05:12
1
answer

Explode string php

I have a strange problem at least, at least for me. I have a string in php: $str='10,20,30,40'; explode(',',$str); When I make the string explode and pass the result to a view via $ ajax I get the following result:    "\ n \ n1020304...
asked by 31.03.2017 / 16:59
3
answers

What is the difference between $ (this) and $ this and this?

I've always used $(this) regardless of the situation and always worked. Rarely have I had to use one of the others and in those times I did for someone's guidance and not for knowing exactly what I had to do. So what's the difference...
asked by 22.10.2014 / 17:57
0
answers

how to get the return of an array sent by a datatable ajax?

I'm using datatables to show data from my table ... and in it I need to do some custom custom filters. I basically, until then, I'm sending the request as follows: $('#btnFiltro').on( 'click', function () { // for text boxes var dados...
asked by 12.04.2017 / 21:35