Tagged Questions
0
votes
1answer
27 views
complex active state navigation on single page website
this is my html
<div class="logo-ribbon">
<a href="#top"></a>
</div>
<nav id="nav">
<ul>
<li class="what">
<a ...
0
votes
1answer
19 views
How to better organize multi-views in a web single page app?
Assume I have a lot of views in my single page app. It means, I put some view inside a div and show this or that view depending on user's actions. So, I usually show on view at a time. For example, I ...
0
votes
0answers
12 views
jQuery Breadcrumbs compatibility (new versions)
Hey I am trying to implement jQuery breadcrumbs to my site however I have no success using 2 different builds of breadcrumbs due to them relying on outdated jQuery Libraries.
jBreadCrumbs - ...
0
votes
2answers
33 views
How can I optimize this jquery script with else statements?
I'm new to javascript and I'm trying to write a vertical menu. I have it working at this point so that when you click a list item, it changes the content of a div. The thing is, I know the javascript ...
0
votes
1answer
18 views
Need js method of triggering button
Is there a way to trigger a button when user swipes across a touch-friendly device? I'm looking to allow the user to view my website on a tablet and swipe left and right between articles on a page ...
0
votes
1answer
34 views
How to keep an array after navigation away to another page
Ok, so I have an array declared as so:
var names_Array = [];
Then I am creating a list and that list is composed of the elements in the above array. It is declared as so:
var names_List = new ...
0
votes
1answer
60 views
Unable to make responsive navigation
I am making site responsive. I am using the following code to make navigation as select box for mobile devices. But the code is not working. Am I missing something ?
<nav id="main-nav">
...
0
votes
2answers
29 views
JS Slideshow Not Working
I am making a simple slideshow from a tutorial: http://line25.com/tutorials/how-to-build-a-sliding-feature-slideshow-with-jquery
I got most of it working, except when i click on the nav buttons, it ...
0
votes
2answers
52 views
jQuery to load hidden divs as content sections
I have a jQuery driven side navigation menu that on click of a li loads a hidden div. When I click another li I just have a hide() function on every every other hidden div id. Ideally I am looking ...
1
vote
1answer
18 views
Trouble implementing NavigationView - Sc.View is not observable
When I try to push a view on the view stack of my NavigationView using
MyApp.getPath('mainPage.mainPane.content.nav').push(MyApp.MyView);
It gives me this:
Uncaught TypeError: Object function ...
-1
votes
0answers
31 views
Is it possible to have both a fluent navigation (without page blinking) and a meaningful HTML using a javascript framework such as Backbone.js? [closed]
Is it possible to have both a fluent navigation (without page blinking) and a meaningful HTML, ie one that corresponds to the page of which the content you are currently seeing - so once you click on ...
0
votes
0answers
27 views
Javascript syntax - change text color onscroll
i am using this javascript code to change the background color of the nav to match the color of the site background as the user scrolls.
I want the text of the nav to change to white but im not sure ...
0
votes
0answers
40 views
ReportViewer CustomOnReportLoaded
I'm trying to use the code to capture the event of report loaded in ASP.NET for ReportViewer through JS, but when I use it I can't navigate on the pages. Is a problem of the CustomOnReportLoaded?
Here ...
2
votes
1answer
30 views
Trouble with the CSS to change start position on a slider
I'm very new to CSS and Javascript, and as a sort of project have been working on a slider that moves in two directions, both horizontally and vertically. I've used this guide as a model, and have ...
0
votes
1answer
37 views
Class Dynamic Change [duplicate]
What I have are multiple links in my nav bar but am having changing the ul class.
There are just two of my buttons on this page I need to change the ul class form select to current and the current to ...
0
votes
2answers
45 views
Class Dynamic Change true/ false
What I have are multiple links in my nav bar but am having changing the ul class.
There are just two of my buttons on this page I need to change the ul class form select to current and the current to ...
1
vote
0answers
46 views
How can I use Jquery to load different pages?
I want to load a page by default but give options to go to 2 other pages. Using JQuery, what can I use to have one page load by default and then when the user clicks on the other page options the ...
0
votes
0answers
44 views
How to make the user keep his previous scroll position when changing page
I would like the user to keep his scroll position each time he requests a new page of a website.
Anchors would not help as they determine a predefined position and I need to retain the user position, ...
0
votes
0answers
49 views
Mouse leave event keeps firing in navigation menu
Here is a link to the item in question:
http://www.nychukdesign.com/uploads/dynamic-top-bar-nav-menu.html
All HTML, Javascript and CSS is in the one html file
Functionality description:
This is a ...
4
votes
2answers
109 views
Keep submenu open on mouse out
A navigation menu I'm working on has a default CSS behavior (for those rare people who have JavaScript disabled). By default, the submenu is not displayed:
.main-navigation ul ul {
display:none;
}
...
0
votes
1answer
73 views
Why ascensor.js plugin doesn't work?
I'm using the plugin ascensor.js and I'm trying to do a simple example, but it doesn't works, and I can't see the error.
The code is in the following fiddle: http://jsfiddle.net/C2vLH/2/
JS
...
2
votes
3answers
65 views
Smart fluid javascript navigation helper
I am trying to create a javascript algorithm for an ul menu that stretches out li elements to use the available width (100%).
I was thinking about an algorithm with this flow:
1. calculate the ...
0
votes
0answers
32 views
Closing a slidedown on click
Demonstrating almost total ignorance but here goes:
I've got a simple function using slideDown to show a hidden ul when you hover over a parent li. It works great. But I need the ul to hide itself ...
0
votes
3answers
97 views
Uncaught ReferenceError: $ is not defined? Jsfiddle
I'm a beginner at javascript and i have used jsfiddle to create a navigation bar which appears when the user has scrolled down.
When i copy the code to dreamweaver it no longer works?
I have ...
2
votes
6answers
69 views
Toggle/Show one defined DIV with JS
I have a fiddle for you: http://jsfiddle.net/vSs4f/
I want to show the div.sub-menu with a simple click on a.haschildren. If the body loads the div.sub-menu should be closed. If I click a second time ...
0
votes
0answers
62 views
Fancybox 2.1.4 nav buttons blocking video in horizontal scrolling website
I'm having trouble with the nav buttons blocking the video playback buttons on my website: http://kathyyuen.net/worksample.
I've the tested the settings on jsfiddle, and it works on there with a ...
2
votes
1answer
188 views
jQuery Mobile, vertical navigation strip like the alphabetical list on iphone contacts
Can any one recommend a resource for creating a vertical navigation strip using jQuery Mobile for rapid scrolling like the alphabetical navigation strip on the iphone "phone" app contacts page?
0
votes
1answer
33 views
Fixing dynamic responsive navigation when there are more items than the container has width
So I'm currently working with some dynamic navigation. Just the basic HTML markup of a <ul><li> composition. My problem occurs when the user added too many items into this navigation and ...
4
votes
2answers
58 views
How to add Navigation buttons to my website
I'm creating some 60+ HTML pages in my website. I would like to have a previous and next navigation button/link in all pages. I know that we can do it manually by hard-coding on each page, but that is ...
0
votes
0answers
78 views
Selenium webdriver: Clicking a legend to fire a javascript function?
I have a page I am trying to automate. When the page loads there is a table with headings, when you click a heading it calls some javascript function and expands the page to reveal some links. This is ...
0
votes
1answer
96 views
JQuery navigation tree open/close on click
I'm not JQuery or javascript expert and I have little problem with my website navigation.
My navigation looks like typical windows resource management navigation e.g:
Title
subtitle
subtitle
...
0
votes
2answers
64 views
Change Navigation CSS in Wordpress with Javascript
I created a custom header navigation for my wordpress site for the homepage only. On all other pages, I am using the default theme navigation. However, on the homepage, after I scroll down past the ...
0
votes
1answer
38 views
Horizontal scrolling nav elements based on document location
[-] | list-item › | list-item › | list-item › | [+]
I've created a horizontal nav bar that contains any given number of li's but only three are shown at one time (overflow:hidden) on parent div. ...
2
votes
1answer
112 views
Breadth First Search in Javascript
function BFS_search(data, start, ende){
var queue = new Array();
var steps = 0;
for(var x=0; x<data.Adjazenzen.length-1; x++){ //push start Element in Queue
...
0
votes
1answer
92 views
ApyCom JavaScript jQuery menu - how to show the currently selected navigation element?
I'm using ApyCom's jQuery navigation menu. It's working fine except when I click on a different navigation element, I expect that navigation element to remain highlighted to tell the user what page ...
0
votes
1answer
55 views
Is it possible to add additional parameters to my url when using data-rel=“back” in jquerymobile
I have a page with a button that directs the user to the previous page:
<div class="ui-block-b"><a data-role="button" data-rel="back">Cancel</a></div>
This works great, ...
0
votes
0answers
88 views
Jquery Navigation Prepending Responsive Screen Sizes Without Duplication
Situation
I'm using Jquery to handle a dynamic menu. I can get it to work the way I want in the mobile version and the desktop version independently, but not together. The biggest information ...
0
votes
1answer
83 views
How to navigate through next and previous message button on media player theme?
EDIT: Due to copyright, the body of the question has been hidden.
0
votes
1answer
212 views
Responsive CSS /java script DIV - show on click only on mobile query
I have looked all over online trying to solve this problem. I am in the process of making a desktop website responsive for mobile and have run into issues with the Navigation menu. I have set it to ...
0
votes
3answers
38 views
Showing nav dropdown when menu item is clicked
I like the Twitter bootstrap, but don't need all the features. In it though is a drop down function that I'm trying to replicate.
This is my HTML:
<nav class="navigation" role="navigation">
...
1
vote
1answer
68 views
How to redirect user based on application roaming settings with WinJS.Navigation
i am developing a windows 8 html/java-script metro app.
When the user first start the application, a welcomepage with a textbox where the user can enter his/her user name will show up. When the user ...
0
votes
1answer
220 views
Accordion menu collapsing when on active page
I've built a vertical accordion nav with jQuery 1.4.3 and jQuery UI 1.8.5 in order to support the hoverintent version of the accordion widget.
It works as expected, however the menu collapses when ...
0
votes
0answers
34 views
Item in menu disappears like it should if logged in but not if logged out, it must be something related to the else statement
I am very new at working with javascript and I am making a navigation menu that displays links differently depending on whether the user is logged in or not. It should show "Store Log In" when the ...
0
votes
0answers
84 views
off canvas menu that works in IE7 with a content switch
I think I have an interesting problem that could be useful to a lot of developers out there looking to create off-canvas menus (similar to facebook) on smaller screen sizes.
After searching high and ...
0
votes
0answers
67 views
Horizontal scrolling does not work on mobile devices
I'm having a bit a of problem with a navigation not working as it should. If you view the following site on a non-mobile browser, you'll get an idea on how the navigation should function.
...
0
votes
1answer
32 views
Navigation bar menu cannot work in Microsoft Internet Browser but can work in Firefox, Chrome & Opera
I have the following code that is suppose to illustrate navigation menu bar that can float.
Unfortunately, it cannot work in Microsoft IE (IE 8, 9) but it
<html lang="en">
<head>
...
1
vote
1answer
369 views
AngularJS navigation by HTTP status code. (MVC design)
I’m trying the convert an unstructured jQuery application to MVC AngularJS but at one point I’m kind of lost or I just don’t get it… (Unfortunately I’m not a JavaScript-God so the error might also be ...
0
votes
1answer
76 views
Disable opera map navigation
I've got a page setup where a map is displayed (ArcGIS Online) and a input box is presented.
In Opera, for some reason, you're unable to type some characters in the input box. Instead, Opera ...
2
votes
3answers
90 views
Creating a “selected item” javascript code for navigation menu?
I have a navigation menu with about 10 items, and I put together this code to update the links for which is selected and which is not. It manually updates classes. The problem is, as you can probably ...
2
votes
1answer
84 views
Link from Lightbox to Lightbox of different sizes
I have Login and Sign Up forms.
Both are opening in Lightbox.
Login have Link to Sign Up and vice versa.
Links are working properly, but the issue is sign up box's height is 600px while that of login ...




