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...
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...
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...
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...
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...
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)...
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...
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...
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...
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:...