[jQuery] [treeview] newbie

2008-05-10 Thread macsig
Hello, I have just downloaded the treeview plugin and it looks like fine var $j = jQuery.noConflict(); $j(document).ready(function(){ $j(#example).treeview(); }); but when I try to load the tree with some options var $j = jQuery.noConflict(); $j(document).ready(function(){

[jQuery] Re: [treeview] newbie

2008-05-12 Thread macsig
Thanks Mike, I appreciate your help On May 10, 8:55 pm, Michael Geary [EMAIL PROTECTED] wrote: It's fairly common for a syntax error message to give you the correct location of the error but not tell you what the actual error really is. In this case, it's missing {}. ...

[jQuery] date picker doesn't work

2008-05-15 Thread macsig
Hello, I'm trying to use the date picker plugin but I have a issue with it. I load all the required files jquery-1.2.3.min' 'date' 'jquery.datePicker' and I create the picker script type=text/javascript var $j = jQuery.noConflict(); $j(function() {

[jQuery] Re: date picker doesn't work

2008-05-16 Thread macsig
is exactly the issue? THANKS for your help SIG On May 15, 10:19 pm, pedalpete [EMAIL PROTECTED] wrote: I'd guess you are not linking to the script properly in your head tag. I've been using it for months, no problem. Its a great plug-in, super simple. On May 15, 7:05 pm, macsig [EMAIL

[jQuery] Re: date picker doesn't work

2008-05-16 Thread macsig
in California sono originario di Tresivio !!! Quanto e' piccolo il mondo ;) On May 16, 1:02 am, Giovanni Battista Lenoci [EMAIL PROTECTED] wrote: macsig ha scritto: Actually i use the same code in an other page and all works well (the only difference is that in the other page I don't have any

[jQuery] date picker with past dates

2008-06-03 Thread macsig
HI guys, I would like to know if there is a better way to force to pick up a date in the past than the code below: $j('.date-pick').dpSetStartDate('01/01/2000'); $j('.date-pick').dpSetEndDate(new Date().asString()); For my needs Jenuary First, 2000 is more than enough but if there was a

[jQuery] overlay floating div

2008-06-06 Thread macsig
Hi guys, I'm trying to have a floating div than once triggered it doesn't push down the element below but it overlays them. Something between an accordion and a lightbox. Until now all my efforts have been useless, so do you have something to suggest to me? Thanks and have a nice day!

[jQuery] datePicker with rjs (on rails)

2008-10-27 Thread macsig
Hello folks, I'm struggling with datePicker when I need to load it within a RJS file. Basically I have a drop-down menu and according to the selected value I display some form fields (rendering a partial for selected value within a RJS file); one of those has to be the datepicker but I can't

[jQuery] Re: datePicker with rjs (on rails)

2008-10-27 Thread macsig
UP, Please, any idea about that ? THANK YOU On Oct 26, 6:38 pm, macsig [EMAIL PROTECTED] wrote: Hello folks, I'm struggling with datePicker when I need to load it within a RJS file. Basically I have a drop-down menu and according to the selected value I display some form fields (rendering

[jQuery] Re: datePicker with rjs (on rails)

2008-10-29 Thread macsig
I GIVE UP. after a whole day trying to solve it (and sevral posts around the web without answer) I will implement it without jquery and ajax stuff. Have a good 1! On Oct 27, 12:41 pm, macsig [EMAIL PROTECTED] wrote: UP, Please, any idea about that ? THANK YOU On Oct 26, 6:38 pm

[jQuery] unintrusive jQuery on Rails

2009-03-08 Thread macsig
Hello folks, I'm trying to integrate jQuery within a Rails application (instead scriptaculous+prototype) and I would like to make it unintrusive and I have already an issue with that. I'm using fancyzoom: a href=#small_box id=smallSmall Box!/a div id=small_box pHere is the contents that will

[jQuery] looking for a calendar plugin

2009-03-18 Thread macsig
Hello guys, does anyone know a calendar plugin for jQuery like this one: http://www.moonkiki.com/moonkiki/moogenda/#JSON Thanks and have a nice day! Sig

[jQuery] observe_field

2009-03-24 Thread macsig
Hi guys, Is there any way to achieve with jQuery the same goal of prototype helper observe_field. I have a drop down menu and I wish to change some text according to the selected value. Thanks

[jQuery] Re: observe_field

2009-03-24 Thread Macsig
Thanks buddy On Mar 24, 4:35 pm, Karl Rudd karl.r...@gmail.com wrote: Sure. Bind a change handler to the select. Seehttp://docs.jquery.com/Attributes/valfor more details. Karl Rudd On Wed, Mar 25, 2009 at 9:35 AM, macsig sigbac...@gmail.com wrote: Hi guys, Is there any way to achieve

[jQuery] referring to an array with a specific name

2009-03-24 Thread macsig
Hello guys, I have a drop-down menu with 2 values (a and b) and I have on my script 2 arrays (a and b). Is there a way to select an array according to the drop-down value. I mean if I store in a variable the selected value var selected_value = $(#dropdown).val(); is there a way to refer to

[jQuery] Re: referring to an array with a specific name

2009-03-24 Thread Macsig
Sweet!!! thanks Steven that is exactly what I was talking about (sorry if I have been confusing on my former explanation). Have a good 1! On Mar 24, 7:01 pm, Steven Yang kenshin...@gmail.com wrote: i think what macsig means is his arrays are like var a =[array a] var b = [array b

[jQuery] retrieving DOM element with specific CSS class

2009-03-28 Thread macsig
Hello guys, I'm trying to make some changes to the coda slider effect on jqueryfordesigners.com Basically what I want is changing the buttons every time I move from a panel to an other one. I have the code below: div id=slider ul class=navigation lia href=#1 id=firstFIRST/a/li lia

[jQuery] number of elements with a specific CSS class

2009-03-28 Thread macsig
Hello guys, is there a way to know how many element have a specific CSS class? I have a list and I need to know how many items it contains. I guess it should be omething like: $('#slider .navigation li'). ... Thanks

[jQuery] Re: number of elements with a specific CSS class

2009-03-29 Thread Macsig
, 2009 at 02:24, macsig sigbac...@gmail.com wrote: Hello guys, is there a way to know how many element have a specific CSS class? I have a list and I need to know how many items it contains. I guess it should be omething like:  $('#slider .navigation li'). ... Thanks

[jQuery] adding dynamic buttons to code slider

2009-03-29 Thread macsig
Hello guys, I'm trying to make some changes to the coda slider created by Remy at jqueryfordesigner.com but I have hard time so figure out that is wrong with my code. I hope someone can help me out with this issue. I want to change dynamically the left and right buttons according to the current

[jQuery] handler is undefined error

2009-03-30 Thread macsig
Hello guys, I'm trying to create an horizontal accordion using the code below: $(document).ready(function(){ lastBlock = $(#a1); maxWidth = 210; minWidth = 75; $(.accordion_trigger).hover(function(){ $(lastBlock).animate({width: minWidth+px}, { queue:false, duration:400

[jQuery] Re: handler is undefined error

2009-03-30 Thread Macsig
Update: looks like the issue is related to the function hover: if I change it with click I don't get the error but I want to use hover instead click Thanks for any help. On Mar 30, 1:16 am, macsig sigbac...@gmail.com wrote: Hello guys, I'm trying to create an horizontal accordion using

[jQuery] on_mouse_over scrolling

2009-04-16 Thread macsig
Hi there, I'm trying to implement a simple scrolling system: basically I have a div with a specific height and auto overflow and I want to let the div content scrolling down when the mouse is over an icon. It has to scrol until the end of the content or until the muose is moved. But I cannot

[jQuery] Re: on_mouse_over scrolling

2009-04-18 Thread Macsig
Any ideas? Thanks and have a nice weekend On Apr 16, 5:00 pm, macsig sigbac...@gmail.com wrote: Hi there, I'm trying to implement a simple scrolling system: basically I have a div with a specific height and auto overflow and I want to let the div content scrolling down when the mouse

[jQuery] Re: on_mouse_over scrolling

2009-04-18 Thread Macsig
be accomplished by fooling around with the scrollTop() function. I've put together a test script:http://pastebin.com/f40bb5800 Where #scroller is the div with overflow. On Apr 18, 8:40 am, Macsig sigbac...@gmail.com wrote: Any ideas? Thanks and have a nice weekend On Apr 16, 5:00 pm

[jQuery] Re: on_mouse_over scrolling

2009-04-19 Thread Macsig
, but i think it should work:http://pastebin.com/m5a3326a7 On Apr 19, 2:06 am, Macsig sigbac...@gmail.com wrote: Hi Victor and thanks for your reply. I have wrapped up your code within a $(document).ready(function(){ but when I go over the button I get $(el).scrollTop is not a function

[jQuery] Re: on_mouse_over scrolling

2009-04-19 Thread Macsig
://pastebin.com/m5a3326a7 On Apr 19, 2:06 am, Macsig sigbac...@gmail.com wrote: Hi Victor and thanks for your reply. I have wrapped up your code within a $(document).ready(function(){ but when I go over the button I get $(el).scrollTop is not a function [Break on this error]$(el

[jQuery] Re: on_mouse_over scrolling

2009-04-20 Thread Macsig
Hi, actually it doesn't work even if I go twice over the same button. Thanks for any help. I appreciate it On Apr 19, 3:37 pm, Macsig sigbac...@gmail.com wrote: Hi Victor, thanks for your reply. now it works but there is still an issue with the code: I can scroll down and up but after

[jQuery] Re: on_mouse_over scrolling

2009-04-20 Thread Macsig
20, 12:47 pm, Macsig sigbac...@gmail.com wrote: Hi, actually it doesn't work even if I go twice over the same button. Thanks for any help. I appreciate it On Apr 19, 3:37 pm, Macsig sigbac...@gmail.com wrote: Hi Victor, thanks for your reply. now it works but there is still an issue

[jQuery] animating div when the mouse is over

2009-05-04 Thread macsig
Hi guys, I have a couple of images with width = 280px and I would like to display, when the page is loaded, only a piece of them (the left 240px) and all the image once the mouse goes over the image. This is the html (for 1 image) div class=badge style=width: 240px; height:78px; overflow:

[jQuery] Re: animating div when the mouse is over

2009-05-04 Thread Macsig
Hi, I think I have solved it but now an other question for you: can I display by default the right part of the image? THANKS Sig On May 4, 12:23 am, macsig sigbac...@gmail.com wrote: Hi guys, I have a couple of images with width = 280px and I would like to display, when the page

[jQuery] Re: animating div when the mouse is over

2009-05-04 Thread Macsig
Any ideas? Thanks On May 4, 12:50 am, Macsig sigbac...@gmail.com wrote: Hi, I think I have solved it but now an other question for you: can I display by default the right part of the image? THANKS Sig On May 4, 12:23 am, macsig sigbac...@gmail.com wrote: Hi guys, I have a couple

[jQuery] Re: animating div when the mouse is over

2009-05-08 Thread Macsig
I still have hard time making it works. ANY IDEAS ARE WELCOME. thanks and have a nice weekend Sig On May 4, 10:39 am, Macsig sigbac...@gmail.com wrote: Any ideas? Thanks On May 4, 12:50 am, Macsig sigbac...@gmail.com wrote: Hi, I think I have solved it but now an other question

[jQuery] loading message

2009-05-20 Thread macsig
Hi guys, I'm working on a Rails app connected to a legacy database. Since the reading process from the database takes several seconds (up to ten) I would like to display a loading message while the page is loading. Can I achieve that using jQuery? If so how? Thanks and have a nice day. Sig

[jQuery] Re: loading message

2009-05-21 Thread Macsig
: #CC;         color:white; } macsig wrote: Hi guys, I'm working on a Rails app connected to a legacy database. Since the reading process from the database takes several seconds (up to ten) I would like to display a loading message while the page is loading. Can I achieve that using

[jQuery] removing focus from field

2009-05-21 Thread macsig
Hi all, I'm submitting a form when the value of a drop-down menu changes. After that I would like to remove the focus from the field itself. I have tried different things: blur, focus=remove and so on but no one works. How can I remove the focus for a field? Thanks and have a nice day! Sig

[jQuery] Re: removing focus from field

2009-05-22 Thread Macsig
posting your code would be a big help for others to help you On May 21, 8:08 pm, macsig sigbac...@gmail.com wrote: Hi all, I'm submitting a form when the value of a drop-down menu changes. After that I would like to remove the focus from the field itself.  I have tried different

[jQuery] number of checked boxes

2009-05-26 Thread macsig
Hello all, I have a form with some checkboxes and I would like to submit it (through jquery) only if at least 1 checkbox is checked, otherwise I want to display an alert message. How can I get the number of checked boxes? I tried$(INPUT[type='checkbox']).is(':checked') but looks like

[jQuery] Re: number of checked boxes

2009-05-26 Thread Macsig
Thanks for your help. I appreciate it Sig On May 26, 2:44 pm, James james.gp@gmail.com wrote: var checked = $(input[type=checkbox]:checked).length; if (checked = 1) {      // do something } On May 26, 11:27 am, macsig sigbac...@gmail.com wrote: Hello all, I have a form

[jQuery] monitoring multiple elements

2009-05-27 Thread macsig
Hello all, I create dynamically some drop-down menus, all of them have an id = drop_N where N is a progressive. So If I have 3 (this number can change at every request) menus their ids are drop_1, drop_2, and drop_3 Is there a way to monitor all of them with a single function? I mean something

[jQuery] Re: monitoring multiple elements

2009-05-28 Thread Macsig
Hello James, thanks for your reply: it works just fine !!! Have a nice day! Sig On May 27, 6:16 pm, James james.gp@gmail.com wrote: Sure can: $([id^=drop_]).change(...); http://docs.jquery.com/Selectors On May 27, 3:11 pm, macsig sigbac...@gmail.com wrote: Hello all, I create

[jQuery] setting a dynamic variable

2009-07-19 Thread macsig
Hello guys, I have found a script that works fine for me but I'd like to make it reusable but I have an issue with that. On the script I have something like function my_function() { var $container = $('#panel .container'); ... } and I'd like to pass the id (panel in this case) as a

[jQuery] [Plugins] looking for iPhone contacts shortcut

2009-07-23 Thread macsig
Hello guys, I have a long list or product names and in order to speed up the research I'd like to have the alphabet letters on one side and when the user presses one of them the list scrolls to the first name that starts with that letter. Something like contacts on iPhone. So, before starting to

[jQuery] Re: looking for iPhone contacts shortcut

2009-07-23 Thread Macsig
.  Use something like ScrollTo to move the page to the selected anchor. http://plugins.jquery.com/project/ScrollTo Throw everything in an i-frame if you want this to act more like a widget. On Jul 23, 2:17 pm, macsig sigbac...@gmail.com wrote: Hello guys, I have a long list or product

[jQuery] How can I select an element's parent?

2009-08-01 Thread macsig
Hello guys, I'm trying to update a script I found out there in order to fit better my needs. The first step I want to update is the capability to bind a dynamic number of anchors. Right now with the HTML below ul id=product_links li class=first aFIRST/a/li li class=secondSECOND/a/li

[jQuery] Re: How can I select an element's parent?

2009-08-01 Thread Macsig
? Thanks again for your help. I appreciate it Sig On Aug 1, 11:46 am, Richard D. Worth rdwo...@gmail.com wrote: $(#product_links a ).bind(click, function() {   pupup_elemet( $(this).parent().attr(id) ); }); - Richard On Sat, Aug 1, 2009 at 2:39 PM, macsig sigbac...@gmail.com wrote

[jQuery] sliding button

2009-08-02 Thread macsig
Hello guys, I'm trying to create a couple of download buttons (one placed at the left and the other at the right of my page) with sliding effect: basically I want to show just a piece of it and when the mouse goes over to slide it in order to show if the linked document is available or not. I

[jQuery] changing URL with slider

2009-08-28 Thread macsig
Hello guys, is there a way (using a specific plugin or doing some hacking) to change the page URL when I change the viewed panel within a slider? Right now I'm using tabSwitch (http://www.hieu.co.uk/blog/index.php/ tabswitch/) but I can change it if a plugin lets me do that. Thanks and have a

[jQuery] Re: changing URL with slider

2009-08-30 Thread Macsig
Any ideas? Thanks On Aug 28, 7:43 am, macsig sigbac...@gmail.com wrote: Hello guys, is there a way (using a specific plugin or doing some hacking) to change the pageURLwhen I change the viewed panel within a slider? Right now I'm using tabSwitch (http://www.hieu.co.uk/blog/index.php

[jQuery] Re: changing URL with slider

2009-08-30 Thread Macsig
Does anyone have used jquery.address (http://www.asual.com/jquery/ address/)? looks like it does exactly what I need but I have hard time to understand how it works: the docs is not so clear to me. THANKS On Aug 30, 7:07 am, Macsig sigbac...@gmail.com wrote: Any ideas? Thanks On Aug 28

[jQuery] missing background-image

2009-09-13 Thread macsig
Hello guys, I have a series of divs (all with the same CSS class) and I'm trying to add dynamically a background image to each one (each div needs a different image) so here my code $('.panel').css({'background-image' : 'url(../images/sub/'+ $ (this).attr(id) +'.png)'}); but unfortunately my

[jQuery] Re: missing background-image

2009-09-13 Thread Macsig
  there error in your path is. -- Scott Iphone says hello. On Sep 12, 2009, at 11:10 PM, macsig sigbac...@gmail.com wrote: Hello guys, I have a series of divs (all with the same CSS class) and I'm trying to add dynamically a background image to each one (each div needs a different

[jQuery] Re: missing background-image

2009-09-13 Thread Macsig
You are the man!!! it works just fine Thanks and have a good 1 On Sep 13, 9:24 am, Andi23 dowhatyouw...@gmail.com wrote: I think that $(this) may not work in that context. See if this works: $('.panel').each(function(){     $(this).css(/*set CSS here*/); });

[jQuery] keeping table header fix

2009-09-16 Thread macsig
Hello guys, I'd like to know if there is a way to keep a table header fixed on top of a div while I scroll the table rows. I have a div high 200px and the table itself is around 300px so when I scroll down I'd like to always see the header on top. I already use for the table tablesorter so the

[jQuery] Re: keeping table header fix

2009-09-16 Thread Macsig
Yes, I do but I don't see how that can help me out. Thanks On Sep 16, 4:01 am, Liam Byrne l...@onsight.ie wrote: do you actually have the headers in a thead, with the content in tbody ? Most people forget about those. L macsig wrote: Hello guys, I'd like to know if there is a way

[jQuery] selecting elements that match a regular expression

2009-09-16 Thread macsig
Hello guys, is there a way to select elements that match a regular expression? I have a set of divs with id = wrap_n where n is a progressive and I need to select them and for each 1 I have to add a function that togggle the elem_n div. Thanks Sig

[jQuery] Re: selecting elements that match a regular expression

2009-09-17 Thread Macsig
);     $(#+targetId).toggle();  } ); 2009/9/17 macsig sigbac...@gmail.com Hello guys, is there a way to select elements that match a regular expression? I have a set of divs with id = wrap_n where n is a progressive and I need to select them and for each 1 I have to add a function that togggle

[jQuery] Re: selecting elements that match a regular expression

2009-09-17 Thread Macsig
, macsig sigbac...@gmail.com wrote: Hello guys, is there a way to select elements that match a regular expression? I have a set of divs with id = wrap_n where n is a progressive and I need to select them and for each 1 I have to add a function that togggle the elem_n div. Thanks

[jQuery] catching when a div is updated through js

2009-09-18 Thread macsig
Hello guys, is there a way to catch when a div content is updated through javascript? I update a div content through rjs and I need to call tablesorter every time the div is updated. Thanks and have a nice weekend. Sig

[jQuery] Re: catching when a div is updated through js

2009-09-18 Thread Macsig
Thanks for your reply. unfortunately I don't understand what you mean. Could you please explain it to me. The rjs looks like page.replace_html :content, :partial = list, :locals = { :elements = @elements } and the call I want to make is jQuery('.scrolling_table').tablesorter({ sortList:

[jQuery] [tablesorter] parsers[i] is undefined

2009-09-20 Thread macsig
Hello guys, I have hard time to use tablesorter 2.0 with a javascript div update. I have tried it in several ways (using default Rails rjs file or all jquery call) but the result is the same: I get parsers[i] is undefined. Here what i would like to achieve: I have a list of states (California,

[jQuery] [ScrollTo] animation only when mouseover

2009-09-20 Thread macsig
Hi there, I'm trying to use scrollTo in oder to scroll vertically a div. I want to use 2 anchors, one to go up and the other to go down and I need that the effect works ONLY when the mouse is over the anchor (when I move it out the animation has to stop). How can I achieve so? For instance the

[jQuery] Re: animation only when mouseover

2009-09-21 Thread Macsig
and down speed =5000x0.8. In this way the speed is constant. THANKS On Sep 21, 8:01 am, Robin Abony robin.ab...@gmail.com wrote: Hello macsig! I haven't really had time to look into your problem, but after a quick look through the documentation i found thishttp://docs.jquery.com/Effects

[jQuery] Re: parsers[i] is undefined

2009-09-21 Thread Macsig
got it. FYI the issue is related to a inner-table On Sep 20, 5:27 pm, macsig sigbac...@gmail.com wrote: Hello guys, I have hard time to use tablesorter 2.0 with a javascript div update. I have tried it in several ways (using default Rails rjs file or all jquery call) but the result

[jQuery] creating parameters dynamically

2009-09-24 Thread macsig
I know this is not strictly related to jquery but I don't know how to make it works. I'm working on a function that has as variable an array and for each element I need to create a piece of code for an other function. For instance when the array contains [0,1,2] I need to call

[jQuery] Re: creating parameters dynamically

2009-09-24 Thread Macsig
headers; } var a1 = [0,1,2], a2 = [0,4,5,8]; var h1 = createHeaders(a1), h2 = createHeaders(a2); $(this).tablesorter({ headers: h1 }); $(this).tablesorter({ headers: h2 }); - Richard On Thu, Sep 24, 2009 at 6:44 PM, macsig sigbac...@gmail.com wrote: I know this is not strictly related

[jQuery] Re: creating parameters dynamically

2009-09-24 Thread Macsig
[this] = { sorter: false };   });   return headers; } var a1 = [0,1,2], a2 = [0,4,5,8]; var h1 = createHeaders(a1), h2 = createHeaders(a2); $(this).tablesorter({ headers: h1 }); $(this).tablesorter({ headers: h2 }); - Richard On Thu, Sep 24, 2009 at 6:44 PM, macsig sigbac...@gmail.com wrote

[jQuery] [tablesorter] custom parser

2009-09-27 Thread macsig
Hello guys, I have hard time trying to create a custom parser for tablesorter. Basically I have a table with a list of projects, each project has a status (an integer 1 to 7) but in the table itself I want to display the status meaning (1=submitted, 2=approved and so on ...) so I'm trying to

[jQuery] Re: animation only when mouseover

2009-10-02 Thread Macsig
Any ideas? THANKS On Sep 21, 12:47 pm, Macsig sigbac...@gmail.com wrote: Thanks, it stops the animation but now there is an other issue. Is there a way to keep the same speed for thescrolling? I mean if I set the duration up and down and I go down just, let us say, for 1/3 of the div when

[jQuery] [jcarousellite] stopping and restarting the auto scrolling

2009-10-02 Thread macsig
Hello guys, Is there a way to stop a carousel (created with jcarosellite 1.0.1) when it has ben set up with auto-scrolling? I need to be able to stop it and restart it when a button is pressed. If I can't can you please suggest me a plugin that have infinite scrolling, auto-scrolling and I can

[jQuery] Re: stopping and restarting the auto scrolling

2009-10-03 Thread Macsig
a nice day! Sig On Oct 2, 8:35 pm, macsig sigbac...@gmail.com wrote: Hello guys, Is there a way to stop a carousel (created with jcarosellite 1.0.1) when it has ben set up with auto-scrolling? I need to be able to stop it and restart it when a button is pressed. If I can't can you please

[jQuery] Re: stopping and restarting the auto scrolling

2009-10-04 Thread Macsig
Any ideas at all? I'm really stuck on this. THANKS FOR YOU HELP. I appreciate it. Sig On Oct 3, 6:08 pm, Macsig sigbac...@gmail.com wrote: Update: on jquery website I found something that could help me to achieve the stopping/restarting effect I need, here the code div.hover

[jQuery] Re: stopping and restarting the auto scrolling

2009-10-04 Thread Macsig
) {    $(document).trigger('pauseCarousel');} else {    $(document).trigger('resumeCarousel'); } Hope that helps. --Karl Karl Swedbergwww.englishrules.comwww.learningjquery.com On Oct 4, 2009, at 3:32 PM, Macsig wrote: Any ideas at all? I'm really stuck

[jQuery] Re: stopping and restarting the auto scrolling

2009-10-04 Thread Macsig
the carousel): if ( $('yourcarouselselector').data('paused') == false) {    $(document).trigger('pauseCarousel');} else {    $(document).trigger('resumeCarousel'); } Hope that helps. --Karl Karl Swedbergwww.englishrules.comwww.learningjquery.com On Oct 4, 2009, at 3:32 PM, Macsig

[jQuery] scrolling text within a div

2009-10-09 Thread macsig
Hello guys, in a page I'm working on I have room for a div height not more than 200px, however I need to fit in a text that requires 300px and I don't want to show the scroll-bar on the right side so I'm looking for some ways/plug-ins in order to scroll the text within the div. I'd like to be

[jQuery] Re: scrolling text within a div

2009-10-10 Thread Macsig
Thanks for the hint. On Oct 10, 7:39 am, brian bally.z...@gmail.com wrote: On Fri, Oct 9, 2009 at 9:42 PM, macsig sigbac...@gmail.com wrote: Hello guys, in a page I'm working on I have room for a div height not more than 200px, however I need to fit in a text that requires 300px and I

[jQuery] tabSwitch - dynamic height

2009-11-02 Thread macsig
Hello guys, I'm using tabSwitch (www.hieu.co.uk/blog/index.php/tabswitch/) and I need to set the panel height dynamically (according to the div 'page_container' height) so I tried var page_height = $('#page_container').height(); $('.panel').tabSwitch('create', {type: 'slide', loopback: 1,