I'm using Colorbox in a project and need to be responsive.
I was able to change the size of all divs with Media Queries in CSS, but the #colorbox does not change the size! This makes the page scroll horizontally.
How can I re...
I have a question in a script where I am doing a Quiz, in my last Quiz my I put 3 answer options: A, B and C. Where if the answer is The sum 3 points for option X, 2 points for option Y and 1 point for Option Z. If the answer is B sum 2 points f...
I'm building the loading system using Jquery.
And they consist of a div that covers all the splice in the browser and that when loading all elements of the page, Jquery hides the div.
The system is working very well, but it is displayed ev...
Personally I am currently trying to develop a script inside sharepoint using the Script Editor but it is falling into the error of my code, as if the connection was not correct, however, in the Dev Http google the rest request works. Here is the...
I have a method of constructing dynamic elements using jQuery v1.2 with Ajax, which creates a list of items containing the <ul> and <li> structure, however, when I apply .blur() and Ajax returns many values, a sc...
The form has two steps, I was able to validate the first step using the onStepChanging . But in the second step where there are fields that need to be validated, the user action becomes the submit, which I report on onFinished . I then tried...
In a wordpress-based project I'm working on, I have a modal that dynamically receives various information coming from a post-loop.
This modal serves as a kind of "Preview" the complete post.
Within this modal there must be sharing options...
I have a modal window in bootstrap, and inside it a pagination, it happens that every time I click on some paging link, the modal closes. Does anyone know how I can make the modal always open?
jQuery:
$.post("busca-usuarios.php", {busca: bu...
In a response in the SOEN
They pass an approach of temporarily disabling the fields:
Example:
var myform = $('#myform');
// Encontra os elementos e remove o atributo disable
var disabled = myform.find(':input:disabled').removeAttr(...
I have this code in javascript:
$(function() {
$("#calendario").datepicker({
changeMonth: true,
todayHighlight: true,
changeYear: true,
showOtherMonths: true,
selectOtherMonths: true,
date...