//quick & dirty theme switcher, written to potentially work as a bookmarklet
(function($){
$.themeswitcher = function(){
var themesDir = 'http://jquerymobile.com/test/themes/',
themes = ['default','valencia'],
currentPage = $.activePage,
menuPage = $( '
' +
'
' +
'
Switch Theme:
'+
'
'+
'
'+
'
' )
.appendTo( $.pageContainer ),
menu = menuPage.find('ul');
//menu items
$.each(themes, function( i ){
$('