Search found 64 matches

Go to advanced search

by lorenzo
Thu Sep 18, 2014 5:57 pm
Forum: Issues
Topic: Carousel content(Index) upon button click to show contents beggining at the top
Replies: 3
Views: 854
 
Jump to post

Carousel content(Index) upon button click to show contents beggining at the top

Yahoo!!! got it by myself....

on run javascript, put this

$(window).scrollTop(0);

by lorenzo
Thu Sep 18, 2014 5:51 pm
Forum: Issues
Topic: Carousel content(Index) upon button click to show contents beggining at the top
Replies: 3
Views: 854
 
Jump to post

Carousel content(Index) upon button click to show contents beggining at the top

I tried this code

$(window).scroll(function(e) {
if($(window).scrollTop() =0); {
$(window).scrollTop(0);
}
});

it makes certain that the page shown begins at the top, the problem is it locks the scroll bar at the top.....

by lorenzo
Thu Sep 18, 2014 5:48 pm
Forum: Issues
Topic: Carousel content(Index) upon button click to show contents beggining at the top
Replies: 3
Views: 854
 
Jump to post

Carousel content(Index) upon button click to show contents beggining at the top

Carousel content(Index) upon button click to show contents beggining at the top... I have several buttons in index 0 of my carousel. Upon clicking any button, the carousel will go and show the index contents with regards to what the button points out to. The problem is if the button is in the middle...
by lorenzo
Sat Sep 13, 2014 12:08 pm
Forum: Issues
Topic: Is there any samples or tutorial of appery.io related to xmpp?
Replies: 2
Views: 697
 
Jump to post

Is there any samples or tutorial of appery.io related to xmpp?

Is there any samples or tutorial of appery.io related to xmpp? Apparently our new project involves the use of xmpp and appery.io...Please help...

by lorenzo
Wed Sep 10, 2014 3:22 am
Forum: Issues
Topic: How do I hide and show mobilegridcell which is inside the same mobilegrid?
Replies: 3
Views: 1048
 
Jump to post

How do I hide and show mobilegridcell which is inside the same mobilegrid?

It works, thank you very much...more power to Appery.IO....

by lorenzo
Sat Sep 06, 2014 3:39 pm
Forum: Issues
Topic: How do I hide and show mobilegridcell which is inside the same mobilegrid?
Replies: 3
Views: 1048
 
Jump to post

How do I hide and show mobilegridcell which is inside the same mobilegrid?

Thanks, I'll try it and give you feedback....

by lorenzo
Sat Sep 06, 2014 6:47 am
Forum: Issues
Topic: How do I hide and show mobilegridcell which is inside the same mobilegrid?
Replies: 3
Views: 1048
 
Jump to post

How do I hide and show mobilegridcell which is inside the same mobilegrid?

How do I hide and show mobilegridcell which is inside the same mobilegrid? https://d2r1vs3d9006ap.cloudfront.net/s3_images/1095764/Question_inline.jpg?1409985688 My idea is on page load mobilegridcell_2 is hidden...and when mobilegridcell_1 is click, mobilegridcell_2 is shown while mobilegridcell_1 ...
by lorenzo
Tue Sep 02, 2014 2:12 am
Forum: Issues
Topic: How do I use dsid name in javascript to show the carousel content
Replies: 8
Views: 1818
 
Jump to post

How do I use dsid name in javascript to show the carousel content

Its working now, thanks for clearing thing to me.....I am very thankful for the support...

by lorenzo
Mon Sep 01, 2014 5:57 pm
Forum: Issues
Topic: How do I use dsid name in javascript to show the carousel content
Replies: 8
Views: 1818
 
Jump to post

How do I use dsid name in javascript to show the carousel content

I tried this but still not working...

Appery("mobilecarousel_2").carouselRoot.carousel("to", mobilecarouselitem_4);

by lorenzo
Mon Sep 01, 2014 5:50 pm
Forum: Issues
Topic: How do I use dsid name in javascript to show the carousel content
Replies: 8
Views: 1818
 
Jump to post

How do I use dsid name in javascript to show the carousel content

I shall try it then, Thanks for the quick response and the support....

Go to advanced search