0byt3m1n1
Path:
/
data
/
applications
/
aps
/
gallery
/
3.0.9-21
/
standard
/
htdocs
/
themes
/
greydragon
/
js
/
[
Home
]
File: gallery.ajax.custom.js
(function($) { $.widget("ui.gallery_ajax", { _init: function() { this.element.click(function(event) { eval("var ajax_handler = " + $(event.currentTarget).attr("ajax_handler")); $.get($(event.currentTarget).attr("href"), function(data) { ajax_handler(data); }); event.preventDefault(); return false; }); } }); })(jQuery);