Most voted "navigation" questions
14 questions
Sort by count of
-
5
votes1
answer232
viewsRedirect to previous page: PHP vs. Javascript
What is the most advantageous way to make the user return to the previous page. For example, in Frond-end would look like this: <a href="window.history.back()">Voltar</a> Already in the…
-
3
votes2
answers2411
viewsHow to find source URL
I need a function that shows me the visitor’s origin url of my page. I have tried $_SERVER['HTTP_REFERER'], but it only seems to work when the source comes from a clicked link. Currently I work with…
-
2
votes3
answers290
viewsChange scrollbar positioning in a div
By default, in a horizontal menu the content is read from left to right, as in this image: However, I would like when the content is loaded, the scroll bar is, say, automatically moved to the right,…
-
1
votes2
answers2003
viewsShoot event to change slider image by clicking the arrow keys on the keyboard
I am using a slider jQuery, but I would like to improve it in the question Accessibility. I’d like the arrow keys on the left ← and right →, navigate my slider similarly to click the navigation…
-
1
votes0
answers192
viewsTraversing JSON
I’m having a little trouble performing a function. I was wondering if you could help me? Well, I need to do a click navigation and each level is stored in a json. A structure similar to this one…
-
1
votes1
answer842
viewsTouch screen style horizontal scrolling (click and drag) menu on Pcs
Using the menu below, it is possible to make it slider as in mobile phones (without having to use the scroll bar, just by clicking and dragging)? ul.marcadores {white-space:nowrap; overflow-x:auto;…
-
1
votes0
answers12
views(Accessibility) Detect devices connected to the computer or mobile, and check active functions
Device Detection and Functions Hello, would like to know if it is possible to program the site to detect devices(peripherals) specific (for accessibility) are connected to the computer and/or…
-
1
votes1
answer13
viewsNavigation error with jQuery
I’m making a site to use portfolio and decided to make a menu for navigation. I also decided to implement a Feature to change the color of li always when scrolling the scroll. It was even working,…
-
0
votes0
answers287
viewsGet Formcollection in Page Navigation
In an ASP.NET C# MVC4 system I have some screens where I show some data. These screens have Filters and navigation (maximum limit of 10 data per page). I would like to know how I can record…
-
0
votes1
answer162
viewsRemove command not working Ionic
I’m having trouble with the navCtrl.push. The flow is as follows: On the pages 1.1, 1.2 e 1.3 I can go back and forth as many times as I want but when I click the back button I need to return to…
-
0
votes1
answer194
viewsNavigation between screens (Javafx)
I have a schedule program and on the main screen I have the option to Add Contact. When it is clicked a new screen is opened so that it can enter the data. When the Save button of this second screen…
-
0
votes1
answer2915
viewsdirect page with onclick inside a form
Basically what I need is to put a 'back' button inside my form. It has to be inside for aesthetic reasons, the back button would be inline with the send button. I made a short code: <form…
-
0
votes1
answer28
viewsHow to navigate from Radiobutton?
I’m doing a project where the user has to choose one of the languages below and then click the "finish" button. However, as I would navigate between screens, if there are three possible screens that…
-
-3
votes1
answer52
viewsWhy do some links not inform the domain or protocol?
I would like to know more about relative navigation links and would also like to know the pros and cons of using them. For example, there are links that do not inform the domain and do not inform…