[jQuery] How to enable right click on a jquery flot application

2008-11-04 Thread faizal iqbaal
Hi All, I have been trying to enable right click on a flot implementation of mine and havent been sucessful so far need a little help on it. if i can programatically invoke the plot.onclick method that can also sort out my woes. basially in onlick I can check for the event.button and do the

[jQuery] Enabling few dates

2008-09-18 Thread faizal iqbaal
Hi All, I am looking for a calendar component wherein I can enable few dates only for eg...I have, say 15 dates in a year which need to enabled for selection out of the whole year. How do i do it, which plugin can I use, I am at present using a calendar componet by matt kruse and wont want to

[jQuery] Re: [Validation plugin] Checkbox array problem

2008-09-07 Thread faizal iqbaal
hi All , an interesting find...am not sure if its a bug or not..but am open to debate. Looking at the jquery.append()...which is considerably slow for methe same with jquery.html() basically the latter jquery.html() internally routes back to the query.append() method ..is this a bug

[jQuery] Re: jquery flot - integers only on x and/or y axis

2008-09-03 Thread faizal iqbaal
did it work for ya On Tue, Sep 2, 2008 at 5:31 PM, faizal iqbaal [EMAIL PROTECTED]wrote: //modiefd ur file copy the code and run it /**/ !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN http://www.w3.org/TR/html4/loose.dtd; html head style type=text/css

[jQuery] Re: jquery flot - integers only on x and/or y axis

2008-09-03 Thread faizal iqbaal
options from the other chart options, and put them in a variable. Now I'm trying to add a select that will allow the user to switch chart styles - point, line, bar On Sep 2, 10:19 pm, faizal iqbaal [EMAIL PROTECTED] wrote: did it work for ya On Tue, Sep 2, 2008 at 5:31 PM, faizal iqbaal

[jQuery] Re: Proof of concept: Animated data grid/table jquery plugin with sorting and pagination and somewhat lightweight

2008-09-02 Thread faizal iqbaal
this is awesome...when can i have it for my own implementation...:) i am dying to integrate it in my site On Tue, Sep 2, 2008 at 12:16 PM, Jim Palmer [EMAIL PROTECTED] wrote: Alexandre, 1) Great point - I'm going to mess around with having more fixed dimensions. Nothing is fixed vertically

[jQuery] Re: jquery flot - integers only on x and/or y axis

2008-09-02 Thread faizal iqbaal
use this -- plot=$.plot($(#spectrumModalGraph), [{ data: velFFTData, color:#60AAD5}],$.extend(true, {}, spectrumChartOptions, {xaxis: { min: spectrumFFTZoomArea.x1, max: spectrumFFTZoomArea.x2 },yaxis: { min: spectrumFFTZoomArea.y1, max: spectrumFFTZoomArea.y2*1.5 }})); i am using

[jQuery] Re: Proof of concept: Animated data grid/table jquery plugin with sorting and pagination and somewhat lightweight

2008-09-02 Thread faizal iqbaal
http://www.overset.com/upload/jTPS/ as you need them. Again, this is still very ALPHA and I'll be working very soon to get this as cleanly packaged as possible. Please do let me know if you find anything wrong with it! Cheers On Tue, Sep 2, 2008 at 9:30 AM, faizal iqbaal [EMAIL PROTECTED]wrote

[jQuery] Re: jquery flot - integers only on x and/or y axis

2008-09-02 Thread faizal iqbaal
//modiefd ur file copy the code and run it /**/ !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN http://www.w3.org/TR/html4/loose.dtd; html head style type=text/css #graphHolder { border: none; padding: 0px; margin: 10px;