Jump to content
xt:Commerce Community Forum

jquery Problem mit Dialog


CUULT

Recommended Posts

Hallo zusammen,

kann mir jemand sagen wie ich es schaffe bei der Jquery Dialog Script den Pfad der Button zu ändern.

Momnetan sieht es so aus.

$('#dialog').dialog({

autoOpen: false,

width: 600,

buttons: {

"Ok": function() {

$(this).dialog("close");

},

"Cancel": function() {

$(this).dialog("close");

}

}

});

Nun möchte ich aber z.B. ein Link wie in den Warenkorb haben.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...