Questions tagged as 'jquery'

4
answers

How to change the color of only one element in a form-group with several others?

Hello What happens to me is the following: I'm using the Bootstrap Validator to validate the fields on my form. However, when you rotate the page, the fields are getting as follows. Note that the "Code" field is disabled. Only the "Social...
asked by 20.06.2014 / 17:01
2
answers

Word selection for phrase formation

For ease of explanation, I have separated the following mockup: The idea is this: Each of the options in the DIV is originally not visible, the idea is that an option is visible only after the user clicks. In addition, the option click...
asked by 12.05.2014 / 17:21
2
answers

How to retrieve query parameters after click paging

In the code below, how do I retrieve query parameters after paging? When the user informs the query parameters of the contract number and / or status and clicks on query, the code below usually queries through the submit of form ajax_form...
asked by 13.05.2014 / 23:14
1
answer

Ajax pagination via server

I need to make a pagination via server only via Ajax . Below I'm posting the grid of how I'm doing, but I need to get the dynamic values and I do not know how to do it, follow the grid function drawTable(habilita) { dataTable = $('#tabFi...
asked by 16.05.2014 / 14:43
1
answer

jQuery mask does not read innerHTML

I'm having trouble generating mask reading (jQuery) on elements generated via innerHTML . Only validator works and after trying to insert a data outside the mask it loads the page with the mask. Here's the mask: <script>...
asked by 25.04.2014 / 21:30
1
answer

Angularjs - Http get is returning the html from the main page instead of json

Friends, I have a web app that works normally when installed on localhost. But when I deploy to a different server the http get returns the html from the main page instead of returning the json. Detail that occurs in chrome and firefox. In IE it...
asked by 20.04.2014 / 21:18
1
answer

Loading jQuery in magento only if it was not loaded before

I need my module to only load jQuery if it has not yet loaded on the page, I did it by javascript, but it runs very fast, even using 'setInterval' and so on .. In some cases they keeps going without waiting for jQuery load, my ques...
asked by 09.04.2014 / 16:07
1
answer

html with jquery (tabs)

I have a problem getting the tabs up and running. The names of the tabs appear to me but not as they should appear inside a rectangle. because then I want to put the php data in there link PS: I have this code above but I lack a piece...
asked by 14.04.2014 / 13:00
4
answers

Height of a div based on another div

How to leave the% div with% s with the same size as the div result777 ? <script> $( "#result777" ).load(function() { if ( $("#publicidade").height() == "390px"){ var altura3 = $("#publicidade").height();...
asked by 10.04.2014 / 03:19
1
answer

Show jquery-ui icon on close button of dialog widget

I'm customizing the appearance of the jquery-ui dialog widget and so far my css is as follows: .ui-dialog { position: fixed; z-index: 1050; display: none; /*overflow: auto;*/ /*overflow-y: scroll;*/ /*-webkit-overflow-scrolling: to...
asked by 12.04.2014 / 17:33