Re: [jQuery] Next generation WYSIWYG editor... maybe? am I missing something?

2006-11-16 Thread patrickk
Am 16.11.2006 um 10:59 schrieb Jörn Zaefferer: I do not know if anybody has viewed this new project, http://www.wymeditor.org/en/ which aims to produce nice clean code AND will be using jquery to power the application. Maybe it would be more productive for those who are interested in

Re: [jQuery] Appending option to select

2006-10-11 Thread patrickk
= selectedbitte auswauml;hlen/option /select data_schools is a json_list, btw. Am 10.10.2006 um 23:39 schrieb Rey Bango: Patrick, I tried using this plugin but it didn't seem to work with v1.0.1. Which version of JQuery are you using? Rey patrickk wrote: I´m using the plugin for DOM creation

[jQuery] jquery compressed: ret is not a function

2006-10-08 Thread patrickk
if I use jquery uncompressed, everything works fine. with jquery compressed, I get an error ret is not a function. any ideas? thanks, patrick ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] interface autocomplete. doc suggestions

2006-09-29 Thread patrickk
from the docs on interface.eyecon.ro it´s not clear that the input is send using POST (and the format it is send): in my case, it´s [('field', 'field_name'), ('value', 'input_value')] also, I need iutil.js to use autocomplete. maybe this can be add to the documentation. thanks, patrick

Re: [jQuery] Thickbox 2.0 scrolling...

2006-09-07 Thread patrickk
I´m having the same problem - it only occurs when using the mouse- wheel. when you´re inside a frame and you´re scrolling to the bottom of this frame and you try to scroll further the parent page will scroll (thus leading to re-positioning the thickbox). is it possible to prevent any

Re: [jQuery] interface plugin droppable

2006-08-27 Thread patrickk
it´s working with: ondrop: function(zone, drag) { alert(this); alert(zone); }, because this refers to the droppable whereas zone is the draggable. not sure if that´s intended. patrick Am 26.08.2006 um 20:15 schrieb patrickk: that´s good news. just downloaded a new version

[jQuery] interface plugin droppable

2006-08-26 Thread patrickk
I´m using the interface plugin to drag and drop table rows. the function below gives me an object HTMLTableRowElement for zone, but nothing for drag: ondrop: function (zone, drag) { alert(zone) alert(drag) }, any hints? thanks, patrick

Re: [jQuery] interface plugin droppable

2006-08-26 Thread patrickk
I see. thanks for your answer. patrick Am 26.08.2006 um 19:43 schrieb Stefan Petre: Drag and Drop from interface is not designed to work with table elements. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/