Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
derinuzay
tagDiv Member

Hi catalin,

Actually I meant like as a default code. For example a code that ı can add to functions.php

derinuzay
tagDiv Member

okay than I’ll looking forward to new version, tyt.

derinuzay
tagDiv Member

Catalin,

thanks for fast respond. So can ı intergrate a keyboard navigation on to these buttons. May be using with a javascript code, like:

<script type=”text/javascript”>
jQuery(document).ready(function () {

jQuery(document).keydown(function(e) {
var url = false;
if (e.which == 37) { // Left arrow key code
url = jQuery(‘.prev a’).attr(‘href’);
}
else if (e.which == 39) { // Right arrow key code
url = jQuery(‘.next a’).attr(‘href’);
}
if (url) {
window.location = url;
}
});
});
</script>

derinuzay
tagDiv Member

and here is mine: http://www.derin-uzay.org/

Viewing 4 posts - 1 through 4 (of 4 total)