source:
trunk/www.guidonia.net/wp/wp-content/plugins/tubepress/ui/players/jqmodal/jqmodal.js@
44
Last change on this file since 44 was 44, checked in by , 15 years ago | |
---|---|
File size: 342 bytes |
Line | |
---|---|
1 | function tubepress_jqmodal_player(galleryId, videoId) { |
2 | var element = jQuery("#tubepress_embedded_object_" + galleryId); |
3 | element.addClass('jqmWindow'); |
4 | element.jqm(); |
5 | element.jqmShow(); |
6 | } |
7 | |
8 | function tubepress_jqmodal_player_init(baseUrl) { |
9 | jQuery.getScript(baseUrl + '/ui/players/jqmodal/lib/jqModal.js', function() {}, true); |
10 | } |
Note:
See TracBrowser
for help on using the repository browser.