[jQuery] Dynamic Tabs for Prototyping

2010-02-25 Thread Sohel Kapasi - UI, UX, IA with great RIA
Hi All,

I am building a HTML CSS and JQuery based clickable prototype and i am
in need of Dynamic Tabs.

Can anyone suggest easiest and best Dynamic tabs (where i can open and
close tabs randomly), online downloadable files are ok.

Thank you very much in advance for your help.


RE: [jQuery] Dynamic Tabs for Prototyping

2010-02-25 Thread Andreas Möller
I believe you should go for JQuery UI . . . ! Check it out at

[x] www.jqueryui.com


Best regards,

Andreas



[jQuery] jCarousel Lite - getting carousel to stop on a specific image (without hovering)

2010-02-25 Thread Adam Moro
I am trying to get the slideshow to stop sliding on the fourth image
(the last image in the slideshow) but having no luck. I've changed,
afterEnd: null to afterEnd: stop in the $.fn.jCarouselLite
function (line 17 in my version) but it is stopping on the second
image, not the fourth. I know how helpful it would be if I posted the
URL but I simply cannot due to the client's request. I can however,
email it to you. Thank you in advance for any support you can provide
on this.


[jQuery] Re: JQPRINT - Need help!!

2010-02-25 Thread Fabio Balossi
argh, i send the answer only to the author.

well for anyone else :

you have to set an ID to the A element, the same ID of the function's
trigger, then set a class .toprint fot the elements to print, finally
set to the jqprint function a Click calling action

for example:

...
div class=toprint elements to print /div
...
a href=# id=printPRINT/a
...

script type=text/javascript
 $(#print).click( function() {
$('.toprint').jqprint();
});
/script

whising i did not mistake  (with my english or typewriting)

Shaz


On 23 Feb, 17:52, Erik eriks...@mac.com wrote:
 has anyone used JQPRINT?

 I know it looks really simple, but how do you call the function with a
 link?

 Erik


Re: [jQuery] Re: FOUND THE SOLUTION FOR ROUNDIES FOR IE8 !!!!!!

2010-02-25 Thread Cesar Sanz

thanks..

First time I heard about it.. .cool stuff!
- Original Message - 
From: Erik eriks...@mac.com

To: jQuery (English) jquery-en@googlegroups.com
Sent: Wednesday, February 24, 2010 6:32 PM
Subject: [jQuery] Re: FOUND THE SOLUTION FOR ROUNDIES FOR IE8 !!


http://www.dillerdesign.com/experiment/DD_roundies/

On Feb 23, 3:09 pm, Cesar Sanz the.email.tr...@gmail.com wrote:

What are roundies?



- Original Message -
From: Erik eriks...@mac.com
To: jQuery (English) jquery-en@googlegroups.com
Sent: Tuesday, February 23, 2010 10:50 AM
Subject: [jQuery] Re: FOUND THE SOLUTION FOR ROUNDIES FOR IE8 !!

 Use the ROUNDIES script for IE7, which is really easy. I personally
 don't care for IE8 so I convert IE8 to work like IE7 by placing the
 following tag under the head:

 meta content=IE=7 http-equiv=X-UA-Compatible


[jQuery] How to check TD background image has been loaded.

2010-02-25 Thread ace jquery
Hi there,

I am trying to update the attr of background in td.  ==   td id=mytd
background= height=100% align=left valign=top/td

is that possibly to use jQuery to check if the background image has been
loaded?

something like this..

$('#mytd background').load(function(){
alert('the background image has been loaded');
});

Thank you for you help!
-Ace


[jQuery] IE7 Bug

2010-02-25 Thread r4C4n
Hi

I'm having trouble with the superfish jquery menu library. Everything
works fine in Firefox and other browsers apart from IE7. To see the
problem I'm having, take a look here:

http://www.katalystonline.com/case-studies.html

If you open this page on IE7 you will see the problem when you hover
over the sub menu of the FaskTrak item. As you can see, the sub menu
is 'hidden' behind the slider text. The menu uses superfish.

I think it might have something to do with z-index but I've tried and
check the values but to no avail. Can someone help me out?

Thanks!

r4C4n


Re: [jQuery] Re: FOUND THE SOLUTION FOR ROUNDIES FOR IE8 !!!!!!

2010-02-25 Thread Vikas Patidar
Hi, there is another solution more easy and cool

try it...

CSS Rounded Corners In All Browsers (With No Images)

http://jonraasch.com/blog/css-rounded-corners-in-all-browsers


On 2/25/10, Cesar Sanz the.email.tr...@gmail.com wrote:
 thanks..

 First time I heard about it.. .cool stuff!
 - Original Message -
 From: Erik eriks...@mac.com
 To: jQuery (English) jquery-en@googlegroups.com
 Sent: Wednesday, February 24, 2010 6:32 PM
 Subject: [jQuery] Re: FOUND THE SOLUTION FOR ROUNDIES FOR IE8 !!


 http://www.dillerdesign.com/experiment/DD_roundies/

 On Feb 23, 3:09 pm, Cesar Sanz the.email.tr...@gmail.com wrote:
 What are roundies?



 - Original Message -
 From: Erik eriks...@mac.com
 To: jQuery (English) jquery-en@googlegroups.com
 Sent: Tuesday, February 23, 2010 10:50 AM
 Subject: [jQuery] Re: FOUND THE SOLUTION FOR ROUNDIES FOR IE8 !!

  Use the ROUNDIES script for IE7, which is really easy. I personally
  don't care for IE8 so I convert IE8 to work like IE7 by placing the
  following tag under the head:

  meta content=IE=7 http-equiv=X-UA-Compatible



[jQuery] Quirks with Tablesorter

2010-02-25 Thread West415

Hi,

I am using a jquery plugin called tablesorter.  It works fine but I've found
a quirk and can't seem to fix it and would love some help if possible.  When
you sort, the sort works, but for some reason all the hr tags which render
a horizontal link end up getting placed at the top of the table.  So the
data sorts right but something is going on when i use the hr tags.

Here is the code:


script type=text/javascript
$(document).ready(function() { 

$(#my_table).tablesorter({
 debug:false
});

} 

);
/script

table id=my_table cellpadding=5 cellspacing=0 
 thead 
tr 
thFirst Name/th 
thLast Name/th 
thEmail/th 
thAmount/th 
   /tr 
  /thead 
   tbody 


tr 
tdSmith/td 
tdJohn/td 
tdjsm...@gmail.com/td 
td$50.00/td 
tdhttp://www.jsmith.com/td 
/tr   

tr
td colspan=5hr style=width: 585px;/td
/tr

tr 
tdBach/td 
tdFrank/td 
tdfb...@yahoo.com/td 
td$50.00/td 
tdhttp://www.frank.com/td 
/tr   

tr
td colspan=5hr style=width: 585px;/td
/tr

tr 
tdRick/td 
tdSmith/td 
tdfb...@yahoo.com/td 
td$50.00/td 
tdhttp://www.frank.com/td 
/tr 

/tbody 

/table 
  

Any help appreciated

-ws


-- 
View this message in context: 
http://old.nabble.com/Quirks-with-Tablesorter-tp27714539s27240p27714539.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.



Re: [jQuery] Quirks with Tablesorter

2010-02-25 Thread Nathan Klatt
On Thu, Feb 25, 2010 at 4:34 PM, West415 malik.robin...@gmail.com wrote:
 I am using a jquery plugin called tablesorter.  It works fine but I've found
 a quirk and can't seem to fix it and would love some help if possible.  When
 you sort, the sort works, but for some reason all the hr tags which render
 a horizontal link end up getting placed at the top of the table.  So the
 data sorts right but something is going on when i use the hr tags.

Sounds right to me. Instead of rows containing hrs, how about some
border styling on the trs or tds?

Nathan


Re: [jQuery] Quirks with Tablesorter

2010-02-25 Thread West415

Thanks for the reply.

I don't need the headers to repeat though.  I'm trying to have a visual
separator between the rows.  I don't have to use an hr tag, but the
problem is, it tries to sort every row as if there is data there.  I'd like
it to ignore that row when doing the sort.  

Any idea?  I'm happy to replace my hr tag with an image but I'm afraid it
may try to sort that row to




hatchet wrote:
 
 Hi,
 
 I had similar issue.
 
 colspan=5 this is the code that is the reason it does not work properly,
 try colspan=4, colspan=3... and you will see
 The script is trying to sort this data (which is hr line)
 
 To insert line like hr try modifying this
 http://tablesorter.com/docs/example-widgets.html
 instead of repeating header try to insert line or something
 
 And in the end I advice you NOT to use hr tag anywhere on your website,
 there are huge cross browser issues. Every browser displays it differently
 and it is hard to style. Use some kind of 1px / 1px image and add css to
 get margins and set width to 100% to make it wide
 
 
 West415 wrote:
 
 Hi,
 
 I am using a jquery plugin called tablesorter.  It works fine but I've
 found a quirk and can't seem to fix it and would love some help if
 possible.  When you sort, the sort works, but for some reason all the
 hr tags which render a horizontal link end up getting placed at the top
 of the table.  So the data sorts right but something is going on when i
 use the hr tags.
 
 Here is the code:
 
 
 script type=text/javascript
 $(document).ready(function() { 
  
  $(#my_table).tablesorter({
   debug:false
  });
  
  } 
  
 );
 /script
 
 table id=my_table cellpadding=5 cellspacing=0 
  thead 
  tr 
 thFirst Name/th 
 thLast Name/th 
 thEmail/th 
 thAmount/th 
/tr 
   /thead 
tbody 
 
 
 tr 
 tdSmith/td 
 tdJohn/td 
 tdjsm...@gmail.com/td 
 td$50.00/td 
 tdhttp://www.jsmith.com/td 
 /tr   
 
 tr
 td colspan=5hr style=width: 585px;/td
 /tr
 
 tr 
 tdBach/td 
 tdFrank/td 
 tdfb...@yahoo.com/td 
 td$50.00/td 
 tdhttp://www.frank.com/td 
 /tr   
 
 tr
 td colspan=5hr style=width: 585px;/td
 /tr
 
 tr 
 tdRick/td 
 tdSmith/td 
 tdfb...@yahoo.com/td 
 td$50.00/td 
 tdhttp://www.frank.com/td 
 /tr 
 
 /tbody 
  
 /table 
   
 
 Any help appreciated
 
 -ws
 
 
 
 
 

-- 
View this message in context: 
http://old.nabble.com/Quirks-with-Tablesorter-tp27714539s27240p27714552.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.



Re: [jQuery] Quirks with Tablesorter

2010-02-25 Thread Nathan Klatt
On Thu, Feb 25, 2010 at 5:28 PM, West415 malik.robin...@gmail.com wrote:
 I don't need the headers to repeat though.  I'm trying to have a visual
 separator between the rows.  I don't have to use an hr tag, but the
 problem is, it tries to sort every row as if there is data there.  I'd like
 it to ignore that row when doing the sort.

 Any idea?  I'm happy to replace my hr tag with an image but I'm afraid it
 may try to sort that row to

Yeah, I'm sure it will.

What determines whether there is a separator between two rows? I
expect you'll have to re-apply that logic each time the table is
sorted; just add a class to the trs that you want to have the
separator after (or before, I suppose). Remember to remove the class
before you re-apply the logic, though. :)

Good luck.

Nathan


Re: [jQuery] Quirks with Tablesorter

2010-02-25 Thread aquaone
seconded. Your best bet is to write your own widget that deletes and appends
your separators for you on sort.

On Thu, Feb 25, 2010 at 15:33, Nathan Klatt n8kl...@gmail.com wrote:

 On Thu, Feb 25, 2010 at 5:28 PM, West415 malik.robin...@gmail.com wrote:
  I don't need the headers to repeat though.  I'm trying to have a visual
  separator between the rows.  I don't have to use an hr tag, but the
  problem is, it tries to sort every row as if there is data there.  I'd
 like
  it to ignore that row when doing the sort.
 
  Any idea?  I'm happy to replace my hr tag with an image but I'm afraid
 it
  may try to sort that row to

 Yeah, I'm sure it will.

 What determines whether there is a separator between two rows? I
 expect you'll have to re-apply that logic each time the table is
 sorted; just add a class to the trs that you want to have the
 separator after (or before, I suppose). Remember to remove the class
 before you re-apply the logic, though. :)

 Good luck.

 Nathan