mirror of
https://github.com/dawidolko/Website-Templates.git
synced 2026-03-22 05:02:19 +00:00
12 lines
178 B
JavaScript
12 lines
178 B
JavaScript
$(document).ready(function(){
|
|
|
|
$("a.new_window").attr("target", "_blank");
|
|
|
|
$(".faded").faded({
|
|
speed: 500,
|
|
crossfade: true,
|
|
autopagination:false
|
|
});
|
|
|
|
});
|