Rhein-Main-Verkehrsverbund
Zahlung und Abrechnung
Kauf über Benutzerkonto
Kauf über Mobilfunkrechnung
Kauf über girogo
Zur FAQ-Übersicht
var nuc_vars = {"http://smobil.rmv.de/csrf_name"http://smobil.rmv.de/:"http://smobil.rmv.de/csrf_token"http://smobil.rmv.de/,"http://smobil.rmv.de/csrf_token"http://smobil.rmv.de/:"http://smobil.rmv.de/14c1fc2c047291ac2ee485b6c4fdc4d8"http://smobil.rmv.de/};
var piwik_jqm_track = function() {};
// Tabbar Home / Verbindung
(function($) {
$("http://smobil.rmv.de/#tabbar .ui-navbar a"http://smobil.rmv.de/).on('tap', function(event) {
if ($(this).attr("http://smobil.rmv.de/id"http://smobil.rmv.de/) === "http://smobil.rmv.de/rmv_auskunft"http://smobil.rmv.de/) {
event.stopPropagation();
event.preventDefault();
window.location.href = $(this).attr("http://smobil.rmv.de/href"http://smobil.rmv.de/);
}
$(this).addClass('ui-btn-active');
});
})(jQuery);
$(document).on('pageinit', function(){
$('.collapse').collapse('hide');
$('.floatinglabel').floatinglabel();
$('.box-group[data-menu="http://smobil.rmv.de/select"http://smobil.rmv.de/]').rmvSelect();
$('.form-control').rmvFormControls();
$('[data-role="http://smobil.rmv.de/switch"http://smobil.rmv.de/]').rmvSwitch();
});
// Animates announcement ticker
$(window).load(function(){
var $ticker = $('.ticker'),
$messages = $ticker.find('.ticker__text p'),
transitionTime = 10000;
if ($messages.length == 1) {
$messages.clone().appendTo($ticker.find('.ticker__text'));
}
$($messages).first().addClass("http://smobil.rmv.de/active"http://smobil.rmv.de/);
setTimeout(switchTickerMessage, transitionTime);
function switchTickerMessage() {
var next = $('.active', $messages.parent()).next();
$messages.removeClass('active');
if (next.length) {
$(next).addClass('active');
} else {
$($messages).first().addClass('active');
}
setTimeout(switchTickerMessage, transitionTime);
}
});