Questions tagged as 'jquery'

2
answers

How can I do to apply a style only to one or another p?

I have a problem that is apparently simple but because of my lack of experience I'm getting screwed. It's the following, I'm doing a database listing of a text, and this text already comes with the <p></p> tags together. This...
asked by 06.05.2015 / 14:57
1
answer

How to make random numbers

Hello, could anyone tell me the name of this effect you have on this site: link As soon as you scroll down the page, talk to us and there is a 4 image and underneath it it generates a number. I would like to know the name of this effect...
asked by 06.05.2015 / 14:37
1
answer

Identify selected checkboxes

Well I have a page (view) that does a select from the database and returns the images to the user to select a limit of photos determined by the administrator more wanted to count and show the user how many photos he can still select, that is, whe...
asked by 06.05.2015 / 14:40
1
answer

Optimize printing of large SQL Server results through ASP

Today I have a classic ASP page with an unconventional chain-select (read "armengado") that returns a populated select with some data from a sql-server (2005) database. I select the building and return the number of skill floors for delivery...
asked by 06.05.2015 / 13:35
1
answer

$ jQuery Easy Slider Numeric

I'm using Jquery easySlider1.7.js, and I have a doubt about the 'numeric' property. When using this property, the plugin add to the bottom of the images a link for each slide, only when selecting one of them, automatic scrolling is disabled....
asked by 15.05.2015 / 20:17
1
answer

Creating HTML elements with Jquery

Well, I have the following HTML structure: <ul id="list_Viagens"> <li class="has-sub"> <a href="#"> <span class="text">Viagem: <span class="destaque">201500124</span> Filial de Orige...
asked by 29.04.2015 / 17:24
1
answer

Next and Prev button of datapicker does not appear

Images of the right and left buttons do not appear. cssfilesIinstantiated:<linkrel="stylesheet" href="/css/jquery-ui.css"/> <link rel="stylesheet" href="/css/jquery-ui.min.css"/> <link rel="stylesheet" href="/css/jquery...
asked by 29.04.2015 / 16:05
1
answer

How to validate if there is any file to upload?

I have a form to upload files: @using (Html.BeginForm("importCSV", "Administrador", FormMethod.Post, new { @id = "upldFrm", @enctype = "multipart/form-data" })) { <div class="form-inline">...
asked by 15.06.2015 / 13:49
1
answer

Execute PHP code inside a jQuery condition

I have a modal window that when opened, shows the option to click on another button, which says yes or no. If I click Yes, I intend to destroy the PHP session. How can I do this within the jQuery code that opens the modal window? JQUER...
asked by 21.07.2015 / 03:10
1
answer

Modify HTML element via JQuery functions

<div id="post-0" class="col-md-8 single-publicacoes"> <div class="index"> <div class="index-thumbnail">[IMAGE]</div> <div id="index-mascara">[EFEITO]</div> <div class="index-title...
asked by 21.07.2015 / 21:09