Questions tagged as 'javascript'

2
answers

Anchors lock with Parallax effect

After adding the effect of Parallax, clicking on any anchor it jumps normally to the point, but when trying to scroll the page is "returning" at the point of the anchor, ie it is "locked" in the point. p> The site is divided basically into two...
asked by 09.11.2015 / 18:10
1
answer

How do the menu go to the top using Bootstrap?

I see on many sites like this that when you start scrolling the Menu goes to the top and when it is in top it stays in its place of origin (As if it were floating). How do I apply this effect?     
asked by 16.09.2015 / 05:28
1
answer

Content loaded in a DIV with automatic scroll bar scrolling

I need your help. I'm setting up a chat system, and because I'm a hardhead I'm putting everything in my hands so I can learn. The question is as follows, I have an index.php page and a page called chat.php. I would like to know how to create a s...
asked by 28.03.2016 / 08:15
1
answer

Make filter on loaded bank variable in javascript [closed]

I have a variable, which brings me all the data in the database. There is, as in javascript, I do a filter on it yet, like it brings me 10 tuples and by the only one filter. Before anyone says to do this in the bank, I would like to know if you...
asked by 28.09.2015 / 22:21
1
answer

Get string before with regex

I need to make a regex for an application from which I need to remove a certain combination of characters from within a string. Explaining the problem better. I have a string that returns from the database, something like this: EVENTDATE:10...
asked by 28.09.2015 / 14:30
3
answers

JavaScript, save the initial values of the variables

Well, I'm doing a little code in JS , in it I need to save the initial values of my html . I have a paragraph field ( <p> ) that starts in a way, I wanted to save the initial state of this paragraph so I always compare the current...
asked by 28.09.2015 / 21:56
2
answers

How to use table in Banner JQuery?

Is it possible instead of using an image, use a table in a Banner Slider? And how to disable Banner's automatic transition?     
asked by 09.06.2015 / 21:26
1
answer

Send object via POST between Javascript

I have two JavaScript files and I need to send an object from arquivo1.js to arquivo2.js via POST, is it possible?     
asked by 08.06.2015 / 05:07
3
answers

Message entering the page

I wish that when someone entered my page, I would open a box , but I did not want it to be the browser default, but rather one chosen from my CSS . Would that be possible? Codes: .box { background: white; border...
asked by 03.06.2015 / 20:35
1
answer

Angular JS ordering in the table does not change

I am making a call from the server to a user list, the result arrives quietly, but the sort order is not working. HTML <div class="table-responsive"> <table class="table table-striped table-responsive">...
asked by 08.12.2015 / 20:55