Basic Alert Test Written by isoadmin on 6 July 2022. Posted in jQuery. jQuery(document).ready(function($) { alert('Hello there'); }); Previous Next