I should clarify that when i goto my progress bar with line 9
commented out in Safari, my progress bar shows up, and my GETS never
happen.
On Mar 23, 10:11 am, ocyrus wrote:
> So after a lot of debugging Im still having trouble with something
> that seems rather easy. And it works
So after a lot of debugging Im still having trouble with something
that seems rather easy. And it works in all browsers but Safari.
http://pastie.org/423822 is the code.
This code is actually being pulled in from an iframe. Once you hit the
upload button, it makes calls to get the upload progres
Biography
Background
Contact
$(document).ready(function(){
$('#profile-nav').children().each(function(){
$(this).click(function(){
toggleTabs($(this));
return false;
});
});
});
function toggleTabs(tab) {
tab.siblings().children().removeClass('
I recently solved this solution this way,
$(document).ready(function(){
$('#profile-nav').children().each(function(){
$(this).click(function(){
toggleTabs($(this));
return false;
});
});
});
function toggleTabs(tab) {
tab.siblings().children().removeClass('on');
tab.c
I always solved this problem with a database table, but this is
solution when no database is being used.
Nice.
On Jan 29, 10:41 am, Bhaarat Sharma <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I took the code from jQuery Accordion menu and am using the cookie
> plugin.
>
> while searching for a collapse-a
Anything?
ocyrus wrote:
>
> I am attempting to build a forms page, however using some sample code the
> page is draggable
>
> After using a simple jqeury statement to add to this form, nothing is
> draggable/sortable. However before it was.
> Is there another way of doin
I am attempting to build a forms page, however using some sample code the
page is draggable
After using a simple jqeury statement to add to this form, nothing is
draggable/sortable. However before it was.
Is there another way of doing this, or am I doing something wrong. I have
pasted my javasc
7 matches
Mail list logo