PHP Classes

File: src/Cabin/Bridge/public/crew_user_edit.js

Recommend this page to a friend!
  Classes of Scott Arciszewski   CMS Airship   src/Cabin/Bridge/public/crew_user_edit.js   Download  
File: src/Cabin/Bridge/public/crew_user_edit.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CMS Airship
Content management system with security features
Author: By
Last change:
Date: 7 years ago
Size: 416 bytes
 

Contents

Class file image Download
$(document).ready(function() { $("#password").change(function() { var zx = zxcvbn($("#password").val()); passwordWarning(zx.feedback.warning, zx.score); }); // Work around webkit browsers' inability to style select boxes if ($.browser.webkit) { $("#users_groups").children("option").each(function () { $(this).html($(this).data('fullpath')); }); } });