mirror of
https://github.com/dawidolko/Website-Templates.git
synced 2025-10-28 00:03:10 +01: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
|
|
});
|
|
|
|
});
|