Ticket #113 (closed enhancement: fixed)

Opened 1 year ago

Last modified 9 months ago

Integrate jquery in Mainframe / json as a jquery plugin

Reported by: nimix Assigned to: mapbender_dev@lists.osgeo.org
Priority: major Milestone: 2.5 release
Component: core Version: 2.4.3
Keywords: Cc:

Description

For the majority of jquery plugins you need to have jquery in the same frame as the Dom-Elements you want to modify. So it would be cool to have jquery in the main frame to use it for the UI. The problem is that json, which we already have in the main frame, and jquery don't like each other. So the solution is to replace the now used json.js with a jquery plugin which will do the same within jquery. The change will be that you call $.toJSON(obj) instead of obj.toJSONString().

Change History

10/12/07 05:10:40 changed by christoph

  • type changed from defect to enhancement.

01/11/08 08:46:21 changed by christoph

  • status changed from new to closed.
  • resolution set to fixed.