Search found 9 matches

Go to advanced search

by Jersey Customs Web & Game Creations
Mon Oct 08, 2012 1:24 am
Forum: Issues
Topic: saving current selected option from a 'select menu' component to a local storage variable?
Replies: 16
Views: 1672
 
Jump to post

saving current selected option from a 'select menu' component to a local storage variable?

Here is the code I removed all the < brackets so it would show li select name="FullPart1" id="FullPart1" style="width:45%;" option value="FullPart"F/T or P/T option value="Full"Full Time option value="Part"Part Time /select input placeholde...
by Jersey Customs Web & Game Creations
Mon Oct 08, 2012 1:21 am
Forum: Issues
Topic: saving current selected option from a 'select menu' component to a local storage variable?
Replies: 16
Views: 1672
 
Jump to post

saving current selected option from a 'select menu' component to a local storage variable?

here is the page. Your Jobs a class="button" href="#editJobs" rel="nofollow"Cancel/a ul class="rounded" li /li li /li li /li li /li /ul Select Rate Hour Day Week By-Weekly Monthly Salery Select Rate Hour Day Week By-Weekly Monthly Salery Started Job: Month Jan...
by Jersey Customs Web & Game Creations
Mon Oct 08, 2012 12:14 am
Forum: Issues
Topic: saving current selected option from a 'select menu' component to a local storage variable?
Replies: 16
Views: 1672
 
Jump to post

saving current selected option from a 'select menu' component to a local storage variable?

var jQT = $.jQTouch({ }); var db; $(document).ready(function(){ $('#createProfile1 form').submit(saveJob1); $('#createProfile1').bind('pageAnimationStart', loadJob1); } var shortName = 'FirstJob'; var version = '1.0'; var displayName = 'FirstJob'; var maxSize = 65536; db = openDatabase(shortName, ve...
by Jersey Customs Web & Game Creations
Sun Oct 07, 2012 11:58 pm
Forum: Issues
Topic: saving current selected option from a 'select menu' component to a local storage variable?
Replies: 16
Views: 1672
 
Jump to post

saving current selected option from a 'select menu' component to a local storage variable?

no I want them to fill a form out. click save, then when they revisit the page the values they put are still there viewable and editable. It works with text boxes, datepickers, and the dropdowns in the phonegap app I made. but not in the dropdowns in tiggzi.

by Jersey Customs Web & Game Creations
Sun Oct 07, 2012 3:39 am
Forum: Issues
Topic: saving current selected option from a 'select menu' component to a local storage variable?
Replies: 16
Views: 1672
 
Jump to post

saving current selected option from a 'select menu' component to a local storage variable?

I'm sorry I've tried multiple ways I just don't get how to put the string and tutorial you gave me together. Can someone please put the code together and post that. I'm missing something.

Thank You

by Jersey Customs Web & Game Creations
Sat Oct 06, 2012 10:40 pm
Forum: Issues
Topic: saving current selected option from a 'select menu' component to a local storage variable?
Replies: 16
Views: 1672
 
Jump to post

saving current selected option from a 'select menu' component to a local storage variable?

var value = Tiggzi('FullPart1').val(); localStorage.setItem('FullPart1', value); var value = Tiggzi('FullPart1').val(); localStorage.getItem('FullPart1', value); What I want to do is save the menu value and repopulate that same menu when I reload like I do in HTML. I have used it like the kilo demo ...
by Jersey Customs Web & Game Creations
Sat Oct 06, 2012 8:08 pm
Forum: Issues
Topic: saving current selected option from a 'select menu' component to a local storage variable?
Replies: 16
Views: 1672
 
Jump to post

saving current selected option from a 'select menu' component to a local storage variable?

I got it to save this way but now I can't get the menu to show the saved value.

I have tried customs javascript "on load" like on a html page with getItem, but it doesn't work, neither did "get property" as the value isn't loaded.

Please help

Go to advanced search