-2

画像をクリックしたときにテキストを表示するために、ライトボックス jquery スクリプトを使用しています。私はjqueryに非常に慣れていないので、やみくもに入っていますが、編集したいテキストセクションを見つけることができました.そのスペースにリンクを追加したいだけですが、それを組み込むのに苦労しています.

「この商品について問い合わせる」と書いたリンクを追加したいです。どんな助けでも大歓迎です。ありがとう!

(function () {
    var b, d, c;
    b = jQuery;
    c = (function () {
        function b() {
            this.fadeDuration = 200;
            this.fitImagesInViewport = true;
            this.resizeDuration = 700;
            this.showImageNumberLabel = true;
            this.wrapAround = false
        }
        b.prototype.albumLabel = function (b, c) {
            return "Inquire about these items "
        };
        return b
    })();
    d = (function () {
        function c(b) {
            this.options = b;
            this.album = [];
            this.currentImageIndex = void 0;
            this.init()
        }
        c.prototype.init = function () {
            this.enable();
            return this.build
4

1 に答える 1