PATH:
home
/
letacommog
/
crmleta
/
libraries
/
jquery
/
jqplot
/
plugins
/** * jqplot.jquerymobile plugin * jQuery Mobile virtual event support. * * Version: 1.0.2 * Revision: 1108 * * Copyright (c) 2011 Takashi Okamoto * jqPlot is currently available for use in all personal or commercial projects * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can * choose the license that best suits your project and use it accordingly. * * Although not required, the author would appreciate an email letting him * know of any substantial use of jqPlot. You can reach the author at: * chris at jqplot dot com or see http://www.jqplot.com/info.php . * * If you are feeling kind and generous, consider supporting the project by * making a donation at: http://www.jqplot.com/donate.php . * */ (function($) { function postInit(target, data, options){ this.bindCustomEvents = function() { this.eventCanvas._elem.bind('vclick', {plot:this}, this.onClick); this.eventCanvas._elem.bind('dblclick', {plot:this}, this.onDblClick); this.eventCanvas._elem.bind('taphold', {plot:this}, this.onDblClick); this.eventCanvas._elem.bind('vmousedown', {plot:this}, this.onMouseDown); this.eventCanvas._elem.bind('vmousemove', {plot:this}, this.onMouseMove); this.eventCanvas._elem.bind('mouseenter', {plot:this}, this.onMouseEnter); this.eventCanvas._elem.bind('mouseleave', {plot:this}, this.onMouseLeave); if (this.captureRightClick) { this.eventCanvas._elem.bind('vmouseup', {plot:this}, this.onRightClick); this.eventCanvas._elem.get(0).oncontextmenu = function() { return false; }; } else { this.eventCanvas._elem.bind('vmouseup', {plot:this}, this.onMouseUp); } }; this.plugins.mobile = true; } $.jqplot.postInitHooks.push(postInit); })(jQuery);
[+]
..
[-] jqplot.ohlcRenderer.min.js
[edit]
[-] jqplot.mekkoAxisRenderer.js
[edit]
[-] jqplot.donutRenderer.min.js
[edit]
[-] jqplot.donutRenderer.js
[edit]
[-] jqplot.dragable.js
[edit]
[-] jqplot.dragable.min.js
[edit]
[-] jqplot.canvasOverlay.js
[edit]
[-] jqplot.meterGaugeRenderer.min.js
[edit]
[-] jqplot.funnelRenderer.js
[edit]
[-] jqplot.json2.js
[edit]
[-] jqplot.trendline.min.js
[edit]
[-] jqplot.barRenderer.js
[edit]
[-] jqplot.mekkoRenderer.min.js
[edit]
[-] jqplot.ohlcRenderer.js
[edit]
[-] jqplot.canvasAxisTickRenderer.min.js
[edit]
[-] jqplot.pyramidAxisRenderer.min.js
[edit]
[-] jqplot.bubbleRenderer.js
[edit]
[-] jqplot.cursor.js
[edit]
[-] jqplot.mobile.js
[edit]
[-] jqplot.logAxisRenderer.js
[edit]
[-] jqplot.blockRenderer.min.js
[edit]
[-] jqplot.json2.min.js
[edit]
[-] jqplot.canvasTextRenderer.js
[edit]
[-] jqplot.BezierCurveRenderer.js
[edit]
[-] jqplot.pyramidRenderer.js
[edit]
[-] jqplot.dateAxisRenderer.min.js
[edit]
[-] jqplot.ciParser.js
[edit]
[-] jqplot.barRenderer.min.js
[edit]
[-] jqplot.canvasAxisLabelRenderer.js
[edit]
[-] jqplot.enhancedLegendRenderer.min.js
[edit]
[-] jqplot.highlighter.min.js
[edit]
[-] jqplot.categoryAxisRenderer.min.js
[edit]
[-] jqplot.pyramidRenderer.min.js
[edit]
[-] jqplot.dateAxisRenderer.js
[edit]
[-] jqplot.logAxisRenderer.min.js
[edit]
[-] jqplot.canvasAxisLabelRenderer.min.js
[edit]
[-] jqplot.pointLabels.min.js
[edit]
[-] jqplot.canvasAxisTickRenderer.js
[edit]
[-] jqplot.enhancedLegendRenderer.js
[edit]
[-] jqplot.pointLabels.js
[edit]
[-] jqplot.pieRenderer.min.js
[edit]
[-] jqplot.blockRenderer.js
[edit]
[-] jqplot.highlighter.js
[edit]
[-] jqplot.ciParser.min.js
[edit]
[-] jqplot.cursor.min.js
[edit]
[-] jqplot.pyramidAxisRenderer.js
[edit]
[-] jqplot.mekkoRenderer.js
[edit]
[-] jqplot.categoryAxisRenderer.js
[edit]
[-] jqplot.funnelRenderer.min.js
[edit]
[-] jqplot.canvasOverlay.min.js
[edit]
[-] jqplot.BezierCurveRenderer.min.js
[edit]
[-] jqplot.pyramidGridRenderer.min.js
[edit]
[-] jqplot.bubbleRenderer.min.js
[edit]
[-] jqplot.trendline.js
[edit]
[-] jqplot.pieRenderer.js
[edit]
[-] jqplot.canvasTextRenderer.min.js
[edit]
[-] jqplot.mobile.min.js
[edit]
[-] jqplot.mekkoAxisRenderer.min.js
[edit]
[-] jqplot.meterGaugeRenderer.js
[edit]
[-] jqplot.pyramidGridRenderer.js
[edit]