[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, height:

[jQuery] Re: scrolling text within a div

2009-10-10 Thread Macsig
Thanks for the hint. On Oct 10, 7:39 am, brian wrote: > On Fri, Oct 9, 2009 at 9:42 PM, macsig 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 don&

[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 able

[jQuery] Re: stopping and restarting the auto scrolling

2009-10-04 Thread Macsig
).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

[jQuery] Re: stopping and restarting the auto scrolling

2009-10-04 Thread Macsig
; with the actual selector you   > used for initiating the carousel): > > if ( $('yourcarouselselector').data('paused') == false) { >    $(document).trigger('pauseCarousel');} else { > >    $(document).trigger('resumeCarousel'); > > } &g

[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 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( &g

[jQuery] Re: stopping and restarting the auto scrolling

2009-10-03 Thread Macsig
ead XXX. Any ideas? Thanks and have a nice day! Sig On Oct 2, 8:35 pm, macsig 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

[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 st

[jQuery] Re: animation only when mouseover

2009-10-02 Thread Macsig
Any ideas? THANKS On Sep 21, 12:47 pm, Macsig 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 whe

[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 creat

[jQuery] Re: creating parameters dynamically

2009-09-24 Thread Macsig
his] = { 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 > &g

[jQuery] Re: creating parameters dynamically

2009-09-24 Thread Macsig
gt; > $(this).tablesorter({ headers: h1 }); > > $(this).tablesorter({ headers: h2 }); > > - Richard > > > > On Thu, Sep 24, 2009 at 6:44 PM, macsig wrote: > > > I know this is not strictly related to jquery but I don't know how to > > make it works. >

[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 $(this).tablesort

[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 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 is the

[jQuery] Re: animation only when mouseover

2009-09-21 Thread Macsig
= 5000x0.2 and down speed =5000x0.8. In this way the speed is constant. THANKS On Sep 21, 8:01 am, Robin Abony 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:

[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 c

[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, Fl

[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] 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: selecting elements that match a regular expression

2009-09-16 Thread Macsig
Thanks guys lanxiazhi's solution works just fine. Have a good 1! Sig On Sep 16, 7:15 pm, Steven Black wrote: > Try James Padolsey's Regex Selector plugin for jQuery >  http://james.padolsey.com/javascript/regex-selector-for-jquery/ > > **--**  Steve > > On Se

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

2009-09-16 Thread Macsig
uot;elem_"+getNum(id); >     $("#"+targetId).toggle(); >  } > ); > > 2009/9/17 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&qu

[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: 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 wrote: > do you actually have the headers in a , with the content in ? > > Most people forget about those. > > L > > > > macsig wrote: > > Hello guys, > >

[jQuery] keeping table header fix

2009-09-15 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 sol

[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 wrote: > I think that $(this) may not work in that context. > > See if this works: > $('.panel').each(function(){ >     $(this).css(/*set CSS here*/); > > > > });

[jQuery] Re: missing background-image

2009-09-12 Thread Macsig
error in your path is. > > -- > Scott > Iphone says hello. > > On Sep 12, 2009, at 11:10 PM, macsig wrote: > > > > > > > Hello guys, > > I have a series of divs (all with the same CSS class) and I'm trying > > to add dynamically a backgrou

[jQuery] missing background-image

2009-09-12 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 d

[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 wrote: > Any ideas? > > Thanks > > On

[jQuery] Re: changing URL with slider

2009-08-30 Thread Macsig
Any ideas? Thanks On Aug 28, 7:43 am, macsig 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.ph

[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 n

[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 h

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

2009-08-01 Thread Macsig
y alert window. Am I missing something? Thanks again for your help. I appreciate it Sig On Aug 1, 11:46 am, "Richard D. Worth" wrote: > $("#product_links a ").bind("click", function() { >   pupup_elemet( $(this).parent().attr("id") ); > > })

[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 FIRST> SECOND THIRD I have the script below: $("#product_links .first a

[jQuery] Re: looking for "iPhone contacts shortcut"

2009-07-23 Thread Macsig
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 wrote: > > > > > Hello

[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 d

[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 paramet

[jQuery] Re: monitoring multiple elements

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

[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 som

[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 wrote: > var checked = $("input[type=checkbox]:checked").length; > > if (checked >= 1) { >      // do something > > } > > On May 26, 11:27 am, macsig wrote: > > > Hello all

[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: removing focus from field

2009-05-22 Thread Macsig
then you are not using it properly > posting your code would be a big help for others to help you > > On May 21, 8:08 pm, macsig 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 f

[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: loading message

2009-05-21 Thread Macsig
2px; >         left:95%; >         padding:5px; >         background-color: #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

[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: 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 wrote: > Any ideas? > > Thanks > > On May 4, 12:50 am, Macsig wrote: > > > Hi, I think I have solved it but now an other question for you

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

2009-05-04 Thread Macsig
Any ideas? Thanks On May 4, 12:50 am, Macsig 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 wrote: > > > Hi guys, >

[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 wrote: > Hi guys, > I have a couple of images with width = 280px and I would like to > display, when the page is loade

[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) And here my script $(document).ready(function(){ $('badge').h

[jQuery] Re: on_mouse_over scrolling

2009-04-20 Thread Macsig
day! On Apr 20, 12:47 pm, Macsig 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 wrote: > > > Hi Victor, > > thanks for your reply. > > > n

[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 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 bu

[jQuery] Re: on_mouse_over scrolling

2009-04-19 Thread Macsig
ink it should work:http://pastebin.com/m5a3326a7 > > On Apr 19, 2:06 am, Macsig 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).s

[jQuery] Re: on_mouse_over scrolling

2009-04-19 Thread Macsig
ed, but i think it should work:http://pastebin.com/m5a3326a7 > > On Apr 19, 2:06 am, Macsig 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 > > > $

[jQuery] Re: on_mouse_over scrolling

2009-04-18 Thread Macsig
d 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 wrote: > > > Any ideas? > > > Thanks

[jQuery] Re: on_mouse_over scrolling

2009-04-17 Thread Macsig
Any ideas? Thanks and have a nice weekend On Apr 16, 5:00 pm, macsig 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 is

[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 make

[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 wrote: > Hello guys, > I'm trying to create an horizontal accordion usin

[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

[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 curren

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

2009-03-28 Thread Macsig
e then I’m a black guy. > > On Sun, Mar 29, 2009 at 02:24, macsig 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] 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] 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: FIRST SECOND THIRD ... and the link to the current panel have

[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 wrote: > i think what macsig means is > his arrays are like > > var a =[array a] > var b = [array b] > &

[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 re

[jQuery] Re: observe_field

2009-03-24 Thread Macsig
Thanks buddy On Mar 24, 4:35 pm, Karl Rudd 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 wrote: > > > Hi guys, > > Is th

[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] 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] 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: Small Box! Here is the contents that will appear in the zoom. $('#small').fanc

[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 &

[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 >

[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 corre

[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] 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 wa

[jQuery] Re: date picker doesn't work

2008-05-16 Thread macsig
PS Anche se adesso vivo 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 > >

[jQuery] Re: date picker doesn't work

2008-05-16 Thread macsig
nk 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 si

[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 var $j = jQuery.noConflict(); $j(function() { $j('.date-pick').datePicker();

[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] [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(){ $j("#exa