Questions tagged as 'jquery'

0
answers

Multiple radiobutton selection

I am making a registration form that has the Add more fields link and when the person clicks on it, multiplies the form fields. One of these form fields are 2 radios buttons, which are "Yes () No children" , and when you click to add more fie...
asked by 05.03.2015 / 21:02
1
answer

Instability when loading JQuery dynamically in window.load () in Firefox

I have a functionality where depending on the situation I must declare the JQuery library and some other scripts, such as the script Alert.js that a class of the same name. I have tested this functionality in Google Chrome and Firefox, in the...
asked by 04.11.2014 / 12:26
0
answers

How to Insert a Slider on my site [closed]

I'm developing a website and would like to add a simple but elegant slider. Is there a plugin, preferably jQuery, that allows me to create a slider like from this site ?     
asked by 28.12.2014 / 21:22
0
answers

Request in postman (chrome extension) works, but with ajax not

I am making a request to a private API via POST. First I did the tests via Postman extension, everything went well. I then ran tests with the ajax request and it does not work the same way. Restangular.oneUrl("app" , "meutoken").get().then(...
asked by 15.05.2015 / 23:18
2
answers

Change global Jquery variable value and use in PHP

Dear, I have a code that displays a dialog with a table, where after selecting the item, it is sent to an input field, via ajax. I need to use this value in a php function on the same page, so that another dialog displays a table based on the in...
asked by 22.10.2014 / 13:29
1
answer

Remove Scroll fixed from sidebar

I have this code that when the scroll moves it fixes the sidebar in the top, until then this correct now that when the sidebar approaches the footer, a scroll bottom, or something of the type is applied so that it follows the footer. <s...
asked by 30.07.2014 / 16:28
2
answers

Hide or Display div via a RadioButton via Jquery

Follow the code below: HTML: <asp:RadioButtonList ClientIDMode="Static" ID="rbAtivoInativo" runat="server" RepeatDirection="Horizontal" AutoPostBack="true"> <%--OnSelectedIndexChanged="rbAtivoInativo_SelectedIndexChanged"--%>...
asked by 18.07.2014 / 14:35
2
answers

Create navigation menu jquery method load

I'm having some trouble creating a menu where pages are loaded into div . What happens is that I'm creating an application following the MVC standard, and I do the URL treatments to redirect them, for each controller, I do not know what...
asked by 04.06.2014 / 16:58
2
answers

Request Method Changing from GET to OPTIONS alone

I have the following code: $(function() { $('#method').change(function() { var method = $(this).val(); if (method == 'GET' || method == 'DELETE') $('#json-group').hide(); else $('#json-group'...
asked by 13.06.2014 / 22:04
0
answers

Plugin javascript or jquery estrelinhas [closed]

Note:    I do not know if you can ask this question here, if not! Please disregard / delete. Does anyone know of a plugin that I can do this screen (the rating): WherethisratingI'mtryingtodo,Ifoundthis plugin and I'm reading his doc...
asked by 04.09.2014 / 21:41