Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function confirm_delete() {
- ?>
- <script language="javascript">
- var $j=jQuery.noConflict();
- $j(document).ready(
- function(){
- $j("a.submitdelete").click(function(){
- return confirm("Do you really want to...")
- });
- $j("#submitpost #ajax-loading, #submitpost .ajax-loading").hide()
- }
- );
- </script>
- <?php
- }
Advertisement
Add Comment
Please, Sign In to add comment