<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Am 25.08.2014 um 18:44 schrieb <a href="mailto:phil@highoctane.be">phil@highoctane.be</a>:<br><div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><div dir="ltr"><div class="gmail_extra"><div><div dir="ltr"><br></div></div><div class="gmail_quote"><div><br></div><div>By any chance, do you have any sample with SeasideDynamicSVG-JQuery ?</div></div></div></div></div></blockquote><div><br></div><div>I have checked in a new version of SeasideDynamicSVG-Core /-jQuery /-Examples. There is a small example that changes svg tag attribute with the use of jquery. It is a simple example to show the main behavior of jQuery.</div><div><br></div><div>It was tested on Seaside 3.1.2 only.</div><br><blockquote type="cite"><div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><br></div><div>This&nbsp;</div><div><br></div><div>&gt;&gt;rawSVGContentOn: svg&nbsp;</div><div><br></div><div><span class="" style="white-space: pre;">        </span>svg anchor<br></div><div><span class="" style="white-space: pre;">                </span>callback: [ self info: 'Poked!' ] ;</div><div><span class="" style="white-space: pre;">                </span>target: '_top' ;</div><div><span class="" style="white-space: pre;">                </span>with: [</div><div><span class="" style="white-space: pre;">                        </span>svg circle</div><div><span class="" style="white-space: pre;">                                </span>stroke: Color black;</div><div><span class="" style="white-space: pre;">                                </span>strokeWidth: 3 ;</div><div><span class="" style="white-space: pre;">                                </span>fill: Color yellow;</div><div><span class="" style="white-space: pre;">                                </span>fillOpacity: 0.8 ;</div><div><span class="" style="white-space: pre;">                                </span>opacity: 0.6;</div><div><span class="" style="white-space: pre;">                                </span>center: 50@50;</div><div><span class="" style="white-space: pre;">                                </span>radius: 30</div><div><span class="" style="white-space: pre;">                        </span>].</div><div><br></div></div></div></div></div></blockquote><div><br></div><div>If you use anchor and callback, you do not use jQuery. For jQuery you normally use events like onClick, onChange and so on. Even for anchors you would use onClick instead of callback. It is possible to mix jQuery and Callback but for the beginning I suggest to stick on the events. Also have a look at the jQuery chapter in Seaside book</div><br></div><div>Regards</div><div><br></div><div>Max</div><br></body></html>