Questions tagged as 'jquery'

1
answer

Page duplicates headers with AJAX request

I have a problem with a page that is loaded through AJAX to perform a search, I am working with a master page to have fixed the header of my page but when I make the call to the page that I call through AJAX I duplicates the header, I do...
asked by 22.04.2016 / 18:25
1
answer

how to show two divs each time you press the next and previous buttons with Jquery

What I need is to do a kind of paging but only with buttons back and forth and show me only two divs, I have the following code, but this only shows a single div at a time: $(document).ready(function(){ $(".divs div.panel").each(f...
asked by 16.06.2016 / 20:20
1
answer

Substitute Div in Time Interval without transitions

I would also be happy to replace characters directly in cyclical time intervals if you think it's cleaner. Here is the code that I'm working with. jQuery(function () { var $els = $('div[id^=picture1]'), i = 0, len...
asked by 13.03.2016 / 15:16
1
answer

Clean input label within a DIV?

Dear, greetings to all! Maybe it's a bit basic, but I'd rather be sure and ask. I have a div in which I have ordered several input , some of them label , in which I refer to a input file , in this way; <table cla...
asked by 16.03.2016 / 13:44
1
answer

Keep div hidden until it does not go through a fixed height (neither nor =)

With the following code my Div appears from 1000px but if I do it disappear passing the pointer over any height reappears as soon as the scroll advances 1px and what I want is for the div to ONLY reappear when the scroll passes for 1000px. Thank...
asked by 16.03.2016 / 21:06
2
answers

TinyMCE 4 get id generated for div

I would like to know how I can get the id that is generated for the div in tinyMCE 4. I know it's done through the setup method, but I can not do it. I use the following: tinymce.init({ selector: '#selector', setup: function(editor)...
asked by 21.02.2016 / 18:56
2
answers

How to paint inputs and text according to units of a product?

I am making an application type inventory that according to a purchase invoice can consult the products related to that invoice and can add an input and a button to send certain information to the BD of each product of the invoice. If, for examp...
asked by 15.06.2016 / 00:37
2
answers

No results using jQuery autocomplete and MySQL

The autocomplete of this code should show me the articles I have in a database of MySql , but every time something is written inside the text box it shows me no search result . I already verified that the connection data are corre...
asked by 08.06.2016 / 05:05
1
answer

Modal deactivated inside an iframe

I am working with an iframe and inside this I am opening a modal, but it happens that when you open it, the modal is completely blocked, it has the effect of becoming gray just like a modal does, but all the content inside the modal is gray. ifr...
asked by 09.06.2016 / 15:56
1
answer

Reload variable within a div?

I have a search engine that depending on how you fill it, a button or another should appear, the idea is that if I do not enter one of the filters / fields of the search engine, the search button will go black, I'll leave it as I did:...
asked by 12.09.2016 / 18:28