Questions tagged as 'jquery'

1
answer

$ .get callback is not called and I can not debug to find out the reason

I'm developing a mobile application (with cordova) that needs to do a select in the BD online, and with this data update the mobile phone's DB, however I came across a problem, I perform the select in the DB of the mobile phone after performing...
asked by 01.07.2015 / 17:56
0
answers

Rotate image keeping proportions

I need to rotate an image and keep the aspect ratio relative to the parent DIV without 'escaping'. I'm just using rotate(90deg) and the original properties of the image, as in the example. There are a few plugins that do this but it co...
asked by 08.01.2016 / 23:06
1
answer

Div's Auto Dimensionaveís

I'm having a question, I'm creating a html where I will have 3 columns , but the user will resize it anyway you want, however automatically divs will have to auto adjust ! I'm using the resizable property of jqueryUI . I wo...
asked by 28.12.2015 / 18:04
4
answers

How to apply! important of CSS via Jquery?

I'm trying to apply a style to my element and define its importance in this way: $('div').css('height','50px!important'); However, it does not work, what would be the right way?     
asked by 07.01.2014 / 13:52
1
answer

How do I access the clipboard image from the browser?

Does anyone have any idea how to access the image that is in the clipboard when we give a Print Screen on any screen? What I need is to have access to the image by giving ctrl + v to the browser, just like this application works: link...
asked by 03.06.2014 / 16:02
1
answer

jQuery reverse conflict

I'm working on a site that wants it to change the order of the li when the window has < 800px, and implemented the code below. The problem is that it seems to be failing at random and sometimes even when the window is going to go over 800px agai...
asked by 18.03.2014 / 16:01
1
answer

Problem when applying Pop up Jquery on e-commerce platform

I'm working with an e-commerce platform, in this case the integrated store. I have access to include html to customize, but the code is enabled for all pages of the site, is there anything I can do to make it just in the home under the current c...
asked by 24.02.2015 / 20:27
1
answer

How to give a postback in the asp.net page with Javascript or Jquery

Today I have a function that calls the toggle method when I click on the tag it displays the panel in ASP.NET containing a dropdownlist and a gridview. I need every time I click the tag again in this case to close, give a post on the dropdownlis...
asked by 02.06.2015 / 19:22
3
answers

Navbar collapse does not work!

Here is the code for review: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Co...
asked by 13.08.2015 / 00:20
2
answers

jQuery.ajax async parameter is deprecated, now what?

I'm developing a Javascript application and need to queue ajax requests, and I need one to be done after the other because they manipulate some variables in my scope. The async parameter of the jQuery.ajax is deprecated, how do the...
asked by 30.04.2015 / 19:21