Using a vertical menu and supersubs so that the submenus all have the
correct width.
The only thing missing is I need the main vertical menu to size itself
to the correct width too!
How can we make supersubs also correctly autosize the main items on
the vertical menu?
rst questions:
>
> 1) What is the response from the server in both cases?
>
> 2) Install Fiddler2 [*] and have it log the session. What does it show?
>
> -Mike
>
> [*]: http://www.fiddler2.com/
>
>
> On Fri, Nov 27, 2009 at 5:50 AM, Wayne Tong wrote:
>
>>
Hi Guys,
Need some help on $.get or $.ajax, I have the following code that will send
request to server then get either JSON or XML data back, but it seems only
working in IE8, not working in Firefox 3.5,
In IE8, it returns:
data: [object Object]
textStatus: success
something: undefined
in Firefo
If you have the same 'name' for an input type, the error is only shown
for the first one.
For example, take the dynamic forms example:
http://jquery.bassistance.de/validate/demo/dynamic-totals.html
change the template it uses for adding rows and change it so the name
of the input does not use th
Using a vertical menu and supersubs so that the submenus all have the
correct width.
The only thing missing is I need the main vertical menu to size itself
to the correct width too!
How can we make supersubs also correctly autosize the main items on
the vertical menu?
0pt"
}, 2000);
});
Any ideas how I could get this to work, I've tried various combinates
with no luck. I'm completly new to jquery so if you can help or have
any pointers I would really appreciate it.
many thanks
Wayne
required: true
}
},
})
});
Groups
" id="group-edit-form" class="GroupForm"
enctype="multipart/form-data" method="post">
Upload group image*
*re
Hi, i'm having an issue when using the validate plugin. When the
plugin is applied to the form, if I select a file in my file input
field then focus on another field in the form it removes the value.
This only seems to happen in IE and only to file input fields.
Any ideas as to why this would be
me implementation of
putting the sizes in the href.
-Wayne
On Oct 21, 1:04 pm, tallvanilla <[EMAIL PROTECTED]> wrote:
> (bump)
>
> Any takers?
>
> On Oct 20, 7:47 pm, tallvanilla <[EMAIL PROTECTED]> wrote:
>
> > Thanks for the reply, Josh... but that isn't th
nts, to help you zero in on the
slowness, some more.
-Wayne
On Oct 21, 11:49 am, ricardobeat <[EMAIL PROTECTED]> wrote:
> How many event handlers do you have registered? IE starts to slow down
> at some point.
>
> It seems that the obvious performance improvements have been ta
Yeah, that might work. I'm experimenting with making it suitable for
my use, where I would need 2 labels, I guess. But, that would let me
wrap text and do whatever I want without putting any text in the
actual field. Thanks for the find.
-Wayne
On Oct 20, 10:55 am, "Dan Switze
By way of example, here's what I'm currently using. I'm not happy with
the textarea actions, though.
http://dev.ficclaims.com/test/textbox.php
Would it be smarter to use a textarea and switch it to an
input[type=text] on click?
Thanks,
-Wayne
On Oct 17, 1:16 pm, Wayne &l
ead of
"type here" or whatever short message I could use. I also like the
amount of space that it takes up visually with two lines.
What is a better way of doing this? Should I just use a jEditable
element and style it to look like a form input?
-Wayne
Right, but that trigger doesn't work in the context of the anonymous
function. Unless, I'm missing something you changed.
-Wayne
On Oct 8, 3:43 pm, "Josh Nathanson" <[EMAIL PROTECTED]> wrote:
> Ok, I think I see what's happening -- you have something like this
t; and
"trigger condition" are supposed to represent, but I assumed that was
related to my isNaN(r) logic.
Thanks,
-Wayne
On Oct 8, 12:36 pm, "Josh Nathanson" <[EMAIL PROTECTED]> wrote:
> "this" referenced in the success callback will refer to the jQuery objec
original_item.hide("slide", { direction: "up" });
// remove the matching node in the remeasures list
$( "#ri" +
original_item.attr("id").substr(2) ).remove();
// remove this node
original_item.remove();
red the best practice for accessing the
triggering element after a successful AJAX query?
Any help is appreciated,
Wayne
Wow! Hey, that actually worked. I don't fully understand why, though.
I thought that clone(true) simply allowed for jQuery to grab a clone
from the new clone. Does livequery duplicate or interfere with that
procedure?
Thanks for digging into my code, Brandon. I seem to be working, now.
-
MorningZ, thank you very much! That is perfect and will do nicely to
get me started in the right direction. I wasn't sure if I needed to
assign unique ids to the individual items or not and your example
shows me I can do it without them. Very cool.
Thanks, again.
Wayne
On Sep 30, 6:
sure there is an easy way to do this in jQuery, however, I am
probably over thinking it. I can dynamically show / hide the entire
list, however, not the individual items.
Does anyone have any sample code or an example they have seen that
they could point me towards?
Thanks in advance.
Wayne
> Is this your problem?
Right, because I'm cloning the ":last" li of the list, that's the
element that the editable latches onto. In the example linked, it's
the caption tag of each table within the li.
-Wayne
can see how it works from there. The way I
understand it, livequery should be dynamically unbinding and rebinding
that jEditable function, but for some reason, I don't see it doing
that.
Any insight is appreciated.
-Wayne
On Sep 28, 3:48 pm, Mika Tuupola <[EMAIL PROTECTED]> wrote:
function(value, settings) {
Wanting to watch these items and rebind editable to the newly created
captions when I clone them. Is this not a good job for livequery?
-Wayne
On Sep 22, 9:06 am, Wayne <[EMAIL PROTECTED]> wrote:
> Thanks, Mike. This info helps. Great work, btw.
>
> -Wayne
>
Glad it helps. Make sure that there's no conflict with adding a month
to a 31 day month when there is no 31 in the following month (i.e.
8/31 + 1 month = 9/31 which doesn't exist). I didn't test it, but that
might give you an unexpected result.
-Wayne
On Sep 22, 5:21 pm, pe
y selected.
As follows:
$('#date').DatePicker({
flat: true,
date: '2008-09-22',
current: '2008-10-01',
calendars: 3,
starts: 1
});
Hope that helps,
-Wayne
On Sep 22, 2:40 pm, pedalpete <[EMAIL PROTECTED]> wrote:
> I'
Thanks, Mike. This info helps. Great work, btw.
-Wayne
On Sep 20, 12:22 pm, Mika Tuupola <[EMAIL PROTECTED]> wrote:
> On Sep 19, 2008, at 6:20 PM, Wayne wrote:
>
> > In short, I can clone jEditable items, but I can't edit them in place
> > without a page reload
omewhere when I do
the DOM modification?
Thanks,
Wayne
27 matches
Mail list logo