Questions tagged as 'jquery'

1
answer

Colorbox responsive

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...
asked by 19.03.2015 / 15:52
1
answer

Add values to vector and return value in true condition

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...
asked by 20.07.2016 / 05:39
2
answers

Make div appear in hers after 2 seconds with jQuery

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...
asked by 25.08.2016 / 18:54
2
answers

AngularJS + Sharepoint + Rest API

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...
asked by 14.02.2014 / 17:54
1
answer

Problem with the .blur () effect of JQuery in IE8

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...
asked by 20.02.2014 / 23:51
1
answer

Validate fields in a form made with jQuery-steps

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...
asked by 27.12.2018 / 13:32
1
answer

Share facebook button displaying wrong information in "box_count"

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...
asked by 15.09.2014 / 21:03
2
answers

Paging within modal window in bootstrap

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...
asked by 26.12.2013 / 17:26
1
answer

How to serialize with input disable?

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(...
asked by 20.11.2015 / 14:02
1
answer

How to bookmark an event in datepicker?

I have this code in javascript: $(function() { $("#calendario").datepicker({ changeMonth: true, todayHighlight: true, changeYear: true, showOtherMonths: true, selectOtherMonths: true, date...
asked by 10.12.2015 / 12:23