ItemDatabase.js

De la Wiki The-West RO
Versiunea din 15 octombrie 2022 19:35, autor: Criminus (discuție | contribuții) (Pagină nouă: $('.load_items span').each(function() { var ide = $(this).attr('id'); var loadItems='<div class="item"><span><div class="item_container" data-popup="{"name":"Rowes...)
(dif) ← Versiunea anterioară | Versiunea curentă (dif) | Versiunea următoare → (dif)
Jump to navigation

$('.load_items span').each(function() { var ide = $(this).attr('id');

var loadItems='

' + '

' + '

' + '

' + '

' + '

' + '

' + '

' + '

' + '

' + '

' + '

' + '

' + '

' + '

' + '

' + '

' + '

' + '

' + '

';

$(this).replaceWith(loadItems); });