Questions tagged as 'javascript'

4
answers

How to make a list item show / hide a DIV when clicked?

#fonte { display: block; width: 200px; height: 200px; outline: dotted; } #conteudo { position: absolute; top: 15px; left: 210px; display: block; width: 200px; height: 200px; outline: dotted; } .s...
asked by 17.07.2015 / 03:27
1
answer

Iframe chat with automatic height

I'm developing a chat in php, it's working perfectly, however, I'm having trouble getting the iframe to the main site where the client will have access, in the code it opens the iframe, but if I set a height (height) fixed or 100% for example, I...
asked by 17.07.2015 / 00:52
1
answer

How to add the address to infowindow gmaps v3?

I have a collection of points where I can see all of them on the map! I would like to add an infowindow "balloon" to each of them by entering the full address of each coordinate. function initialize() { var latlng = new google.ma...
asked by 06.05.2015 / 14:41
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
2
answers

how to change cursor and browser right scrollbar

How to change the mouse cursor and the right scroll bar since I did a lot of searches and all cursor with the default default of the tag example code: .mouse{ cursor: pointer; } and not so I wanted a cursor like this site for example of cou...
asked by 04.05.2015 / 16:18
1
answer

how to open a json file and popular in a jquery datatable?

I have a gigantic json file and wanted to open it in a jquery datatable I made a script that populates the .json file into a jquery datatable table, but the problem is that it is not populating the way you would like it to be: link Also,...
asked by 03.05.2015 / 00:06
2
answers

Slide with text

Hello, I would like to know how I can do this effect here. slide text: link It is almost at the bottom of the page and People SAY if it is possible to help me I can not do anything and I can not find anything on the internet with only sl...
asked by 06.05.2015 / 17:03
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

Inverted Video HTML5

I would like to know how I do it so that when I play the video, it starts back and forth in an infinite loop.     
asked by 09.05.2015 / 07:01