[jQuery] How to create self-closing media playback? (media plugin, or alternative?)

2009-10-07 Thread cbandes
Hi - for a project I'm working on I want to make a video which will close itself when playback is complete. The idea is - on loading the page a container div will appear and auto- play the video, then when playback is complete the video will be unloaded and the container will disappear. Invoking

[jQuery] [jquery][jssm] Help with jssm hash rewrite please (history plugin)

2009-01-15 Thread cbandes
I'm trying to set up my ajax site to use jssm ( http://trac.nathanhammond.com/jssm/ ) for history-management. It's working pretty well - history is preserved and links are bookmarkable. But it is doing some weird stuff with the href rewrite. For foo.aspx?page=1 it is replacing that with foo.asp

[jQuery] How to make ajax links bookmarkable? (history)

2009-01-15 Thread cbandes
Hi - I've got a site that uses a jquery ui accordion to load content into a container div via an ajax call. I would like to have the links in the accordion update the page's href with their url onclick, but I don't want to force a page reload since content is served via ajax. I've tried using the

[jQuery] Can I use a variable to reference object properties?

2008-09-11 Thread cbandes
Hi - I have a function which iterates through a json file in order to build an FAQ page. Within the json are several different categories, and I want to make a generic function that will return only the appropriate items from the chosen category. Currently it looks like this: $.getJSON("

[jQuery] Re: getJSON timing problem (probably a simple newbie problem)

2008-08-25 Thread cbandes
t I should be checking, Ijust don't know which/how. On Aug 22, 2:52 pm, GLP <[EMAIL PROTECTED]> wrote: > Just load your JSON data as early as possible.  What are you waiting > for to not load the data immediately after the 'document is ready' ? > > cbandes schreef:

[jQuery] getJSON timing problem (probably a simple newbie problem)

2008-08-22 Thread cbandes
Hi - I have a simple json file which contains a list of key/path pairs, the idea is that I will use this to update the links in a nav menu. In order to do this, I am using getJSON to load and parse the data, like so: var pathAssoc = new Array(); var pathVar = null; function getPathData(){

[jQuery] Re: A "nasa.gov" - like accordion menu

2008-08-21 Thread cbandes
It's really easy - I'm new too :) check out ui.jquery.com and look at the accordion function and the demos there, then try the themeroller to make a theme that you like You should be able to have a menu together in about ten minutes if you follow the demos On Aug 21, 4:01 am, JAVAddicted <[EMAI