Questions tagged as 'jquery'

4
answers

Discover current page and change Div style

I have a div that repeats five times: <div class="produtosMenu f-left margin-top-35 margin-bottom-35"> <a href="/paginaSYS">tituloMenuSYS</a> </div> It's a list of product categories, so when I click on th...
asked by 18.07.2014 / 16:23
4
answers

Jquery does not work in PHP

I do not know why. The page does not work. Does anyone know how to help me figure out the problem? I want the date mask to work in the data and the Venc_Garantia % Can anyone help me? <html> <head> <script src="C...
asked by 25.07.2014 / 15:10
2
answers

How to apply colors to an image through a color palette without Flash?

A customer asked me if I could make a type system. Could anyone give me an idea of how to do this without Flash? It has a glass with a detail and the two objects will receive different colors selectable in a color palette. Where to start with...
asked by 16.10.2014 / 15:40
1
answer

Get dynamically loaded element id

My script contains three parts: The first is the display page (ex: home.php) in it I include two other pages. The second is a page that queries the database and displays the first 5 results (eg consult-1.php). This is displayed by default....
asked by 11.10.2014 / 09:21
2
answers

Validation with Jquery in mvc fields [duplicate]

I have a View with some fields, I need to do a validation to check if the field is empty when the user clicks on a button eg save, search for some functions in jQuery no more answers what I need to do, someone knows a jQuery function which val...
asked by 03.04.2014 / 21:38
2
answers

Toggle on a div beside (or below)

I'm having to manipulate a div from the click on another div . Basically, one is on top of the other, I want to click on the top one and so the one on the bottom runs the .toggled() event. But one can not be within the oth...
asked by 23.05.2014 / 16:33
1
answer

ComboBOX which best method: OnSelectedIndexChanged via autopostback or Jquery?

I have the following DropDownList in ASP.NET Webform <asp:DropDownList ID="DDL_Categoria" runat="server" CssClass="form-control" AppendDataBoundItems="true" > <asp:ListItem Value="" Selected="True">Selecione</asp:ListItem> &l...
asked by 23.05.2014 / 22:04
2
answers

jQuery PivotTable

I'm new to Development, and I'm doing a screen that has a GridView that when I click on the ADD button of the text it writes the Label on the line but sends the text to the other line, I wanted to know how to make the text in the same line and A...
asked by 30.03.2015 / 21:09
2
answers

Error when requesting Ajax

When I try to make a request ajax using the command $.post of jQuery, an error appears in the netWork of the chrome someone knows what that error might be Code:Iamusingthecodeigniterframework$.post('/pages/entradaprodutos/carregar_no...
asked by 20.02.2014 / 15:32
1
answer

Cycle2 plugin does not work when I use api () .html

p> $(function(){ $('.bl6-conteudo').html([ '<div class="cycle-slideshow"', 'data-cycle-fx="fade"', 'data-cycle-timeout="240000"', 'data-cycle-slides="> .dicas"', 'da...
asked by 07.02.2014 / 04:24