Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post May 06, 2012 06:17 PM by JAYHAWKER
Participant
1252 Points
1896 Posts
May 06, 2012 05:56 PM|LINK
I can get the insertitemtemplate to show and hide with ie, but how do I get it to work with android and the other browsers.
The following works for I.E., but not other browsers.
function showLVTasksInsert() { if ($('tr[id*=trInsert]').css('display') == 'none') { $('tr[id*=trInsert]').slideDown("slow"); // $('label[id*=lblMasterConfirm]').text(''); return false; } { $('tr[id*=trInsert]').slideUp("slow"); } }
All-Star
16797 Points
2608 Posts
MVP
May 06, 2012 06:03 PM|LINK
JAYHAWKER I can get the insertitemtemplate to show and hide with ie, but how do I get it to work with android and the other browsers.
Are you using the most recent version of jquery (1.7.2)?
That should allow it work with most browsers not sure about android.
May 06, 2012 06:17 PM|LINK
That fixed it? thanks
JAYHAWKER
Participant
1252 Points
1896 Posts
I would like to show or hide the InsertItemTemplate of a listview with javascript in android
May 06, 2012 05:56 PM|LINK
I can get the insertitemtemplate to show and hide with ie, but how do I get it to work with android and the other browsers.
The following works for I.E., but not other browsers.
function showLVTasksInsert() { if ($('tr[id*=trInsert]').css('display') == 'none') { $('tr[id*=trInsert]').slideDown("slow"); // $('label[id*=lblMasterConfirm]').text(''); return false; } { $('tr[id*=trInsert]').slideUp("slow"); } }Ken Tucker
All-Star
16797 Points
2608 Posts
MVP
Re: I would like to show or hide the InsertItemTemplate of a listview with javascript in android
May 06, 2012 06:03 PM|LINK
Are you using the most recent version of jquery (1.7.2)?
That should allow it work with most browsers not sure about android.
Space Coast .Net User Group
JAYHAWKER
Participant
1252 Points
1896 Posts
Re: I would like to show or hide the InsertItemTemplate of a listview with javascript in android
May 06, 2012 06:17 PM|LINK
That fixed it? thanks