jqDnR plugin doesn't work with jQuery 1.4
问题 I am using jqModal plugin which relies on jqDnR for drag and resize support. After I upgraded jQuery to 1.4, modal boxes stopped responding to "drag" event. Does anyone know why this is happening? Thanks.. 回答1: Using the version downloaded directly from the author's website (here), on lines 19, character 38 and 27, character 23. Replace $() with $(document) That's how I got jqDnR to work with 1.4 回答2: see the jQuery 1.4 release announcement - Backwards-Incompatible Changes. We’ve also written