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
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
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
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.
>
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
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
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
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,
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
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.
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
/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
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
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
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
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 ?
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
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,
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
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
, 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
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
22 matches
Mail list logo