Questions tagged as 'javascript'

1
answer

Function to click on word hide div

Scrolling down the scroll in this example ( link ) you will notice that has a box that is fixed with the word "close". By clicking on the word "close" it disappears, but when it re-scrolls the page it reappears again. I would like some h...
asked by 08.04.2014 / 01:07
2
answers

How to generate a sequence of dates, starting dates and end dates?

Javascript and jQuery have been my tormentors. I have a hidden field that has start date and end date. How do I do this via javascript, a to fill a TD with the dates passed in that period, from the smallest (start_date) to the larg...
asked by 04.04.2014 / 23:05
1
answer

How to make a HOVER effect change another selected "object" in jqGrid?

I have two classes A and B, I need when I hover over what changes the value, color etc. of B. I do not know if I can do this in CSS or using OnMouseover.     
asked by 03.07.2014 / 21:33
1
answer

Dynamic fields with jsf and ajax not rendering mascara

I have a JSF form in which I add <input> fields dynamically with AJAX. When I click on <h:commandButton> it triggers the routine to add <input> the field is added however the mask that I set for it is no...
asked by 06.08.2014 / 15:11
2
answers

Smooth scroll without anchors

Look at this site: www.kinfolk.com Horizontal navigation beneath the photo carousel has a smooth ease in the interaction, and does not use anchors. It's just a conventional scroll with smooth and I think it has a motion blur as well....
asked by 14.08.2014 / 21:53
1
answer

Removing columns from a table via Javascript

My web page is fed by database data and is formatted as a report, with data entered into an html table. The point is that the database has tables with many columns, which sometimes leave the page too large to replicate the structure of the table...
asked by 12.08.2014 / 18:33
1
answer

Select label through .find

I'm trying to create / adapt a tree list , however I'm not able to expand my list by clicking on a label. List: <div id="listContainer"> <ul id="expList"> <li style=""> <label style="margin-...
asked by 19.09.2014 / 11:04
1
answer

How popular is an array with the registered bank records?

I have a box that shows the records that will be inserted into the database. But I'd like to make a change to that data that was entered. So I wanted to know how to make the records that are in the bank table popular in box. Code: <table...
asked by 07.10.2014 / 17:53
1
answer

How to move a graph (Highcharts) using the arrow keys?

How do I move a chart using Highcharts? Instead of moving with the mouse to the right and left, I would like to use the directional keys (right arrow, left, up, and down). link This example uses the mouse to move; I need to do with th...
asked by 04.09.2014 / 20:41
3
answers

Picking indentation with Regular Expression

I would like someone to help me create an ER that takes only one mark and all the lines that are indented forward. example: aaa abab aca marcacao aaa abab aca cc cc bb With the above code ER would return: marcacao aaa ab...
asked by 30.08.2014 / 02:33