Search found 373 matches

Go to advanced search

by Aeneas McBurney
Tue Jun 17, 2014 10:43 pm
Forum: Issues
Topic: Updating radio group based on localstorage variable not working
Replies: 2
Views: 385
 
Jump to post

Updating radio group based on localstorage variable not working

var rad=$('input:radio[name=mobileradiogroup_1]:checked');

if(localStorage.getItem('Side')=='buy')
{rad.val('2');
}
else
{rad.val('1');}

This is not changing the option value so am hoping you can help with this.

Thanks!

by Aeneas McBurney
Mon Jun 16, 2014 10:02 pm
Forum: Issues
Topic: Expand/Contract Collapse Block with Javascript
Replies: 6
Views: 786
 
Jump to post

Expand/Contract Collapse Block with Javascript

Hi thanks for your prompt response.

I used Appery("collapseblockmatchopt").collapsible("collapse") and it worked like a charm.

Thanks again,
Aeneas

by Aeneas McBurney
Mon Jun 16, 2014 7:49 am
Forum: Issues
Topic: Expand/Contract Collapse Block with Javascript
Replies: 6
Views: 786
 
Jump to post

Expand/Contract Collapse Block with Javascript

I tried the above and it doesn't seem to work. This is what I have with "collapseblockmatchopt" being at the top level of container.

Appery("collapseblockmatchopt").trigger("collapse");

Am I using the right level?

Thanks,
Aeneas

Go to advanced search