mirror of
https://github.com/dawidolko/Website-Templates.git
synced 2026-03-24 12:02:16 +00:00
Website templates
This commit is contained in:
11
html5-portfolio/js/script.js
Normal file
11
html5-portfolio/js/script.js
Normal file
@@ -0,0 +1,11 @@
|
||||
$(document).ready(function(){
|
||||
|
||||
$("a.new_window").attr("target", "_blank");
|
||||
|
||||
$(".faded").faded({
|
||||
speed: 500,
|
||||
crossfade: true,
|
||||
autopagination:false
|
||||
});
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user