This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.Pointer { | |
cursor: pointer; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(function () { | |
$("table tr").live("click",function() { | |
location.href = $(this).attr("url"); | |
}); | |
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<tr url="http://www.google.at"> | |
<td>1</td> | |
<td>2</td> | |
<td>3</td> | |
</tr> | |
<tr url="http://www.yahoo.at"> | |
<td>4</td> | |
<td>5</td> | |
<td>6</td> | |
</tr> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<tr> | |
<td><a href="http://www.google.com/">http://www.google.com/</a></td> | |
<td>1</td> | |
<td>2</td> | |
<td>3</td> | |
</tr> | |
<tr> | |
<td><a href="http://www.yahoo.com/">http://www.yahoo.com/</a></td> | |
<td>4</td> | |
<td>5</td> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> | |
<title>Full Row Select Using jQuery</title> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script> | |
<style type="text/css"> | |
.Pointer { | |
cursor: pointer; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
map <Leader>rr :set makeprg=~/.rvm/bin/ruby-1.9.3-p194\ %<cr>:make<cr> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
map <Leader>rp :set makeprg=python\ %<cr>:make<cr> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:set makeprg=ruby\ % | |
:make |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
map <Leader>rr :set makeprg=ruby\ %<cr>:make<cr> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ atsutil databases -removeUser | |
# If you want to remove the font cache for all users, use this command, and provide your admin password when asked: | |
$ sudo atsutil databases -remove | |
# Once you’ve cleared the caches, you should stop and restart the ATS server with these commands: | |
$ atsutil server -shutdown | |
$ atsutil server -ping |
NewerOlder