[jQuery] Re: mcdropdown mouseout problems

2008-10-30 Thread Ken Gregg
No joy. I removed the anchors and fixed a problem with a duplicate id and still experience the same problem. Ken On Oct 29, 2:36 pm, "Dan G. Switzer, II" <[EMAIL PROTECTED]> wrote: > Ken, > > > > >I am trying to usemcdropdownfor an easy search function for a > >shopping cart. > > >The category l

[jQuery] Re: mcdropdown mouseout problems

2008-10-30 Thread Ken Gregg
Dan, Perfect. Thanks. I think it will also make a perfect navigation control for a mobile (small screen) application. Going to try that next. Any ideas as to how to set the default text in the field without it having to be an item in the list? Ken On Oct 29, 2:36 pm, "Dan G. Switzer, II" <[EMA

[jQuery] mcdropdown mouseout problems

2008-10-29 Thread Ken Gregg
I am trying to use mcdropdown for an easy search function for a shopping cart. The category list is long enough to force two columns. When mousing from the first column to the second the entire menu will disappear. In another case when drilling down below 3 levels if you mouse up to a parent sel

[jQuery] Re: Square Brackets in Sortable Serialize

2008-07-11 Thread Ken Gregg
This is a php thing. Indicates the parameter is an array. On Jul 11, 3:57 pm, Alan Gutierrez <[EMAIL PROTECTED]> wrote: > When I call $("#list").sortable("serialize") I get > > article[]=2&article[]=1 > > Why the square brackets? I've not seen this sort of style of query   > string before. >

[jQuery] Re: X_REQUESTED_WITH ie6

2008-06-28 Thread Ken Gregg
This may not be an IE6 problem. I have two pages. One page the header shows up in php, the other page it doesn't. Using FF3, live headers and firebug both say the header is sent. I haven't tried tracking it down yet. Cold be some strange bug somewhere between the browser and php. Of course, could

[jQuery] Re: Which grid?

2008-06-17 Thread Ken Gregg
I was using Rico but dropped it for lack of development activity. Everything but the grid is available in jquery. I would love to see the dynamic data part of the grid incorporated into flexigrid. Think that would make a great combination. http://sourceforge.net/project/showfiles.php?group_id=140

[jQuery] Re: Contextmenu plugin help

2008-05-31 Thread Ken Gregg
Check the replys to your pervious post http://groups.google.com/group/jquery-en/msg/55ebad127bccbbc9 On May 30, 2:39 pm, Mauricio Farah <[EMAIL PROTECTED]> wrote: > Hi, I need help with this plugin. I'm not sure if this is the place to > post it, I apologize if it isn't but I don't know how to c

[jQuery] Re: Loading help with contextmenu plugin.

2008-05-28 Thread Ken Gregg
Use livequery. I attach it to each row in a flexigrid ike this: $('tbody tr').livequery(function() { $(this).contextMenu('ctxMenu', { bindings: { 'map': function(t) { mlsnumber = t.id.split("_"); href='/map_update.php?mlsnumber=' + mlsnumber[1]; $.openWin(href,

[jQuery] Re: Cycle plugin an absolute positioning

2008-04-24 Thread Ken Gregg
Another follow up. I ran into cases where the first few photos were centered fine but the later ones were not. When you refreshed the page they were all centered. If the code is run in jquery ready() the photos may not all be loaded yet. Fix for this is to make sure they have width and height tag

[jQuery] Re: Cycle plugin an absolute positioning

2008-04-22 Thread Ken Gregg
Thanks helped a lot. An added note. For Firefox the $('div.pics a').each(function() { $(this).css({left: '50%', marginLeft: -$(this).width()/ 2}); }); needs to happen before you start the cycle plugin. Otherwise for some reason only the first photo is centered.

[jQuery] Re: jMaps3 RC1 Released

2008-04-21 Thread Ken Gregg
The page mentions adding and removing markers. I see addMarker is documented is there a removeMarker? On Apr 20, 7:29 am, "Tane Piper" <[EMAIL PROTECTED]> wrote: > Hey folks, > > Today I am happy to announce that jMaps version 3 has been released > today. This version is classed as a release can

[jQuery] Re: jqModal + Form plugin - Page is reloading in Firefox on form submit, IE works perfect

2008-04-17 Thread Ken Gregg
/683c68aed4fdcfd6?lnk=gst&q=ken+gregg#683c68aed4fdcfd6 Hope this helps. Ken On Apr 15, 12:13 am, Naveen <[EMAIL PROTECTED]> wrote: > Hi, > > I've tried a million workarounds for this, but it just doesn't seem to > work in Firefox! I fire up a jqModal login box which i

[jQuery] Re: markItUp! 1.0 (former jTagEditor) is finally released!

2008-03-23 Thread Ken Gregg
There is an error in your wiki example page. But looks very nice. Looking forward to playing with it. K On Mar 23, 11:48 am, Jay Salvat <[EMAIL PROTECTED]> wrote: > Hi all! > > I'm proud to announce you the official release of markItUp! (former > jTagEditor) and markItUp! website. > I hope ever

[jQuery] Re: .serialize() not working on DOM form

2008-03-07 Thread Ken Gregg
I ran into this and discovered serialize won't find a field if it does not have a name tag. I see you only have ids in your code above. On Mar 6, 1:39 pm, jayturley <[EMAIL PROTECTED]> wrote: > On Mar 6, 1:36 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > > > > indicating that the form and its in

[jQuery] Re: jQuery won't recognise attribute names containing [square brackets]

2008-02-08 Thread Ken Gregg
Pre jquery I have used an id without the square brackets and a name with the square brackets. I used the id in my javascript and the form would submit with the name. Ken On Feb 7, 6:28 am, Dave Stewart <[EMAIL PROTECTED]> wrote: > I'm finding it impossible using jQuery to select any attributes w

[jQuery] Re: UPDATER

2008-02-05 Thread Ken Gregg
Try this: http://www.ajtrichards.co.uk/heartbeat/ On Feb 4, 3:16 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Is there any function like AJAX.UPDATER in Prototype ?? > > Or how can I automaticly do AJAX.req in time interval for.ex. 2 > minutes ?

[jQuery] Re: Cycle CountUp

2008-02-03 Thread Ken Gregg
Cool. I need to put a time display on an intranet page. This answers that also. On Feb 2, 5:12 pm, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > Interesting tidbit: > I as looking at the questions on Experts-Exchange for > JavaScript.http://www.experts-exchange.com/Programming/Languages/Scripting/Ja

[jQuery] Re: Form Plugin and Thickbox

2008-01-21 Thread Ken Gregg
I ran into a similar problem loading a flot chart in an iframe using thickbox. Worked fine in i.e. but jquery would not work in a thickbox on FF. Here is what I did to fix: http://groups.google.com/group/jquery-en/browse_thread/thread/39b126236d6781df Hope this helps Ken On Jan 20, 10:14 am,

[jQuery] Re: flot graph in thickbox - fixed

2007-12-28 Thread Ken Gregg
On Dec 27, 6:58 pm, Ken Gregg <[EMAIL PROTECTED]> wrote: > I created a flot chart page that I am trying to load into thickbox > using an iframe. > > When the chart page loads into the iframe it errors out in jquery with > the message: > > document.defaultView.getCompu

[jQuery] flot graph in thickbox

2007-12-27 Thread Ken Gregg
I created a flot chart page that I am trying to load into thickbox using an iframe. When the chart page loads into the iframe it errors out in jquery with the message: document.defaultView.getComputedStyle(elem, null) has no properties The page is here: http://dev.rwre.com/test/test.html After

[jQuery] Re: Ann: Flot 0.1 released

2007-12-05 Thread Ken Gregg
, 2:57 am, Ole Laursen <[EMAIL PROTECTED]> wrote: > On Dec 4, 8:35 pm, Ken Gregg <[EMAIL PROTECTED]> wrote: > > > Great work. Anxious to play with it. > > Thanks! :-) > > > One suggestion for handling time series is providing x and y axis > > label call

[jQuery] Re: Ann: Flot 0.1 released

2007-12-04 Thread Ken Gregg
Great work. Anxious to play with it. One suggestion for handling time series is providing x and y axis label callbacks. When passed a value (number of minutes, hours, days, etc) the call back could translate the value to label text and the values would still scale. On Dec 4, 4:04 am, Ole Laursen