Global It Leader!!



 
 

Javasript jquery 즐겨찾기 소스

페이지 정보

작성자 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 댓글 0건 조회 5,342회 작성일 12-02-14 18:08

본문

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<!-- include our jquery scripts -->
<script src="js/jquery-1.2.6.min.js" type="text/javascript"></script>
<script type="text/javascript">
/*
 * jqBookmark v0.1b - jQuery script
 * Copyright (c) 2008 Barry Roodt (http://calisza.wordpress.com)
 *
 * Licensed under the New BSD license.
 *
 *
 * This script turns an anchor tag with class "jqbookmark" into an "Add to Bookmark/Favorites" link
 * Displays an alert if functionality does not exist in browser (e.g. Safari).
 * An example can be found at http://flexidev.co.za/projects/jqBookmark
 * Please check http://code.google.com/p/flexidev/downloads/ for the latest version
 *
 */
$(document).ready(function(){
 // add a "rel" attrib if Opera 7+
 if(window.opera) {
  if ($("a.jqbookmark").attr("rel") != ""){
   $("a.jqbookmark").attr("rel","sidebar");
  }
 }

 $("a.jqbookmark").click(function(event){
  event.preventDefault();
  var url = this.href;
  var title = this.title;
  
  if (window.sidebar) { // Mozilla Firefox Bookmark
   window.sidebar.addPanel(title, url,"");
  } else if( window.external ) { // IE Favorite
   window.external.AddFavorite( url, title);
  } else if(window.opera) { // Opera 7+
   return false; // do nothing
  } else {
    alert('Unfortunately, this browser does not support the requested action,'
    + ' please bookmark this page manually.');
  }
 
 });
});
</script>
</head>
<body>
 <div>
  <ul>
   <li><a href="http://www.google.com" title="Google.com" class="jqbookmark">Google bookmark</a></li>
   <li><a href="http://www.yahoo.com" title="Yahoo search engine" class="jqbookmark">Yahoo bookmark</a></li>
   <li><a href="http://calisza.wordpress.com" title="A wonderful Blog" class="jqbookmark">Blog bookmark</a></li>
   <li><a href="http://www.microsoft.com" title="Microsoft">Will not be bookmarked</a></li>
  </ul>
 </div>
</body>
</html>

첨부파일

  • bookmark.zip (18.5K) 77회 다운로드 | DATE : 2012-02-14 18:08:30

댓글목록

등록된 댓글이 없습니다.

전체 112
게시물 검색
컴퓨터언어 목록
번호 제목 글쓴이 조회 날짜
32 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5862 02-29
31 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5104 02-29
30 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6200 02-28
29 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5990 02-27
28 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5536 02-22
27 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5064 02-26
열람중 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5343 02-14
25 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5207 02-10
24 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5770 11-23
23 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6184 08-27
22 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7433 07-26
21 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5806 07-26
20 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6752 06-14
19 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6209 06-13
18 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7780 06-09
17 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6736 06-01
16 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6366 05-30
15 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6104 05-26
14 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6143 05-13
13 Javasript no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6658 05-13