[jQuery] Re: Interface v1.2 Error with jQuery v1.2.1

2007-09-17 Thread moltar
Ok, I just tried the compat plugin, and I think it actually made it worse. Here is an updated example: http://www.mediafire.com/?bvfydyj3wzz On Sep 18, 1:17 am, moltar <[EMAIL PROTECTED]> wrote: > I haven't tried the 1.1 compatibility plugin, but I will if you think > it might help. Are there pla

[jQuery] Re: Interface v1.2 Error with jQuery v1.2.1

2007-09-17 Thread moltar
I haven't tried the 1.1 compatibility plugin, but I will if you think it might help. Are there plans to port Interface to the latest jQuery? Is Interface still supported by the author? On Sep 17, 11:36 pm, "Richard D. Worth" <[EMAIL PROTECTED]> wrote: > As far as I know, Interface is only support

[jQuery] Re: Falling at the first hurdle

2007-09-17 Thread Jack Killpatrick
Jay, Something in here might help you: http://aspnetresources.com/blog/code_blocks_inside_master_pages_cause_trouble.aspx It's about css paths, but the same applied to setting js paths in your masterpages. - Jack Jay wrote: Thanks, you are right. The runat server attribute meant the serve

[jQuery] Re: Interface v1.2 Error with jQuery v1.2.1

2007-09-17 Thread Richard D. Worth
As far as I know, Interface is only supported through jQuery 1.1.4. Have you tried the 1.1 compatibility plugin? - Richard On 9/17/07, moltar <[EMAIL PROTECTED]> wrote: > > > Hi, > > I am using the latest jQuery v1.2.1 and the latest available Interface > v1.2. Here is the sample code that I have

[jQuery] Re: JSPacker for .NET

2007-09-17 Thread Brandon Aaron
Yeah the initial file size results from the packer are better but the end results after gzipping is usually better with jsmin. It would seem that the .Net gzip library has some limitations. -- Brandon Aaron On 9/17/07, Jeffrey Kretz <[EMAIL PROTECTED]> wrote: > > Actually, Dean's packer is a bit

[jQuery] Re: JSPacker for .NET

2007-09-17 Thread Jeffrey Kretz
Actually, Dean's packer is a bit better than JSMin. Using Dean's packer, I get the jQuery file size down to 44.7 kb (before GZip), using JSMin, the file size goes down to 45.7kb (also before GZip). Both files, when Gzipped using the System.IO.Compression.GZipStream object in the .NET library resu

[jQuery] Interface v1.2 Error with jQuery v1.2.1

2007-09-17 Thread moltar
Hi, I am using the latest jQuery v1.2.1 and the latest available Interface v1.2. Here is the sample code that I have broken down to: $(document).ready(function(){ $('a.slide').click(function() { $('#box').SlideOutLeft('normal'); }); }); Firebug goes bananas when

[jQuery] Re: JSPacker for .NET

2007-09-17 Thread Brandon Aaron
You need to use JSMin to get the file size down to ~14k with gzip. -- Brandon Aaron On 9/17/07, Jeffrey Kretz <[EMAIL PROTECTED]> wrote: > > I've spend the last few days building a .NET implementation of a gzip > packer. It accepts an argument like either of these two: > > > > > > > > > > It

[jQuery] JSPacker for .NET

2007-09-17 Thread Jeffrey Kretz
I've spend the last few days building a .NET implementation of a gzip packer. It accepts an argument like either of these two: It will also accept a semicolon-delimited list of files and will stream them back as a single file. I took Dean Edwards packer, updated the .NET implementat

[jQuery] Re: toggle some table rows based on partial ID

2007-09-17 Thread rolfsf
true - it is worldwide, but after a certain hour on the west coast U.S. things get real quiet until the other side of the Atlantic gets to work. Actually, the first thing I ever figured out in jquery many moons ago was a version of table grouping: http://www.monkeypuzzle.net/testfiles/jquery/Ac

[jQuery] Re: toggle some table rows based on partial ID

2007-09-17 Thread Glen Lipka
jQuery is world wide! You still may want to rethink how you are handling the whole thing. This feels like a limited solution for what you want. Is there a jQuery plugin that does grouping grids? Check out this example: http://extjs.com/playpen/ext-2.0-dev5/examples/grid/grouping.html It's not sm

[jQuery] Re: toggle some table rows based on partial ID

2007-09-17 Thread rolfsf
awesome Glen! I can't argue with a functioning demo! I figured I'd have to wait for the european community to wake up before I got my answer! Glen Lipka wrote: > > Ok, you twisted my arm. Whipped up demo: > http://www.commadot.com/jquery/containsXPath.php# > > This one actually fought me f

[jQuery] Re: toggle some table rows based on partial ID

2007-09-17 Thread rolfsf
Thanks Karl (again and again) I had spotted the parent() vs parents() problem a little while ago, but using the variable was tripping me up. Karl Swedberg-2 wrote: > > Hi Rolf, > > One problem here (other than using "drawer" instead of "detail" in > your selector) is that you're using .pa

[jQuery] Re: Announce: jQuery UI 1.0 Released

2007-09-17 Thread Mike Alsup
> We just pushed the brand-new jQuery UI 1.0 out the door. Kudos to everyone involved with the UI release. You guys cranked out some awesome stuff!! Thank you! Mike

[jQuery] Re: Weird bug with firefox on MAC

2007-09-17 Thread Joel Birch
Mike, what you are describing is a well known issue (at least on this list) with Mac Firefox and Camino. Their Gecko engine has two text rendering modes, the regular one which has the "heavier" look and the thinner one which has much lighter anti-aliasing. Whenever an element's opacity drops from

[jQuery] Re: toggle some table rows based on partial ID

2007-09-17 Thread Karl Swedberg
Hi Rolf, One problem here (other than using "drawer" instead of "detail" in your selector) is that you're using .parent() which only goes up one level in the DOM tree. To reach the , you'll need to use .parents() Also, since rowID is a variable, you need to separate it from the string in

[jQuery] Re: toggle some table rows based on partial ID

2007-09-17 Thread Glen Lipka
Ok, you twisted my arm. Whipped up demo: http://www.commadot.com/jquery/containsXPath.php# This one actually fought me for a little while. Table cells/rows do not their "display" setting to be mucked with. Glen On 9/17/07, rolfsf <[EMAIL PROTECTED]> wrote: > > > > Thanks Glenn... > of course i

[jQuery] Re: toggle some table rows based on partial ID

2007-09-17 Thread rolfsf
Thanks Glenn... of course in the example I gave, tr.drawer should have been tr.details... typing too fast. but I still can't get it to work. It seems that I do need to pull that variable out some how, but so far everything I've tried doesn't work, and I've been poring through postings and tutoria

[jQuery] Re: toggle some table rows based on partial ID

2007-09-17 Thread Glen Lipka
I think if you use rowID as a variable you need to pull it out. Like ('[EMAIL PROTECTED]" + rowID + "]'). I can't whip up a demo right now, but I think that should work. Glen On 9/17/07, rolfsf <[EMAIL PROTECTED]> wrote: > > > > In a table, I want to click an 'expand' button and toggle the displ

[jQuery] Re: jQuery Forms for COLDFUSION

2007-09-17 Thread Rick Faircloth
Well done! Rick -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, September 17, 2007 3:31 PM To: jQuery (English) Subject: [jQuery] jQuery Forms for COLDFUSION The version 1.0 of the Ctag based on the powerfull fo

[jQuery] Re: How to trigger event when user gets to end of content in a scrollable div

2007-09-17 Thread spills
I was discovering the dimensions plug-in this morning and think it will work great. Thanks for clarifying how to broadcast the scroll event. Spills On Sep 17, 10:59 am, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > Im going to take a guess. > Try this plugin.http://brandonaaron.net/docs/dimensions

[jQuery] Re: jQuery 1.2 seems to break the Treeview plugin

2007-09-17 Thread Alex
Excellent! Thanks a ton. On Sep 13, 10:37 am, Wizzud <[EMAIL PROTECTED]> wrote: > The treeview plugin (that you are running) uses XPath Contains Predicate > Selectors, such as "li[ul]" and "[>ul:hidden]" (x2). > These simply need replacing with "li:has(ul)", ":has(>ul:hidden)". > > > > Alex-337 w

[jQuery] Re: jQuery Forms for COLDFUSION

2007-09-17 Thread [EMAIL PROTECTED]
Sorry the link for examples is: www.andreacfm.com/examples/cfJq_forms Bye Andrea On 17 sep, 14:30, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > The version 1.0 of the Ctag based on the powerfull forms plugin of > Jquery has been released. > > Some of the features > > Place how many forms y

[jQuery] searching select box replacement plugin

2007-09-17 Thread Thollsten
Hi, I am looking for an select box replacement plugin. It should replace the html standard selectbox with something more customable. Some sort of combo-box would be nice, but I don't want to have a autocomplete input field. I have a select box like the one in the serach bar of the google reader in

[jQuery] Re: Falling at the first hurdle

2007-09-17 Thread Giovanni Battista Lenoci
Jay ha scritto: Thanks, you are right. The runat server attribute meant the server side compiler was trying to deal with the script. So it's fixed now but presents me with a new problem. The reason I put the runat="server" in the script tag is because I am using a MasterPage in my .net web site.

[jQuery] toggle some table rows based on partial ID

2007-09-17 Thread rolfsf
In a table, I want to click an 'expand' button and toggle the display of between 1 and 20 hidden "detail" rows immediately following the row in which I clicked. The "detail" rows will have IDs based on the "data" row's ID, as follows: 25

[jQuery] Interface iAutoscroller and DOCTYPE

2007-09-17 Thread real
Hi, I've tested the iAutoscroller from the Interface plugin and it doesn't seem to work when a DOCTYPE is declared, in either Firefox or IE. Is there something I'm missing, or is there a workaround? I basically want the site to autoscroll down or up as something is dragged and sorted. Thanks in

[jQuery] Re: Announce: jQuery Tablesorter 2.0.1 Released

2007-09-17 Thread Chris
Is there a reason jquery-1.1.3.js is included in the Zip file when 1.2.1 is required? On Sep 17, 12:37 pm, "Christian Bach" <[EMAIL PROTECTED]> wrote: > Hi list! > > Just uploaded the new version of tablesorter that works with the 1.2 release > of jQuery. > > Here are the main changes in version

[jQuery] Re: jquery 1.2 feedback

2007-09-17 Thread Michael Geary
> From: [EMAIL PROTECTED] > > The YUI Compressor does NOT add any overhead at > load time or at runtime, unlike Packer. Packer doesn't do that any more either, unless you turn on base 62 encoding. http://dean.edwards.name/packer/ -Mike

[jQuery] Re: Falling at the first hurdle

2007-09-17 Thread Jay
Thanks, you are right. The runat server attribute meant the server side compiler was trying to deal with the script. So it's fixed now but presents me with a new problem. The reason I put the runat="server" in the script tag is because I am using a MasterPage in my .net web site. A master page is

[jQuery] Re: searching select box replacement plugin

2007-09-17 Thread Glen Lipka
Try this one: http://jquery.bassistance.de/autocomplete/ Glen On 9/17/07, Thollsten <[EMAIL PROTECTED]> wrote: > > > Hi, > I am looking for an select box replacement plugin. It should replace > the html standard selectbox with something more customable. Some sort > of combo-box would be nice, but

[jQuery] Re: Sliding Animation Error(s)

2007-09-17 Thread muccy
I partially solved using my using my function and correcting some other mistake. But Interface still not working On Sep 17, 6:11 pm, muccy <[EMAIL PROTECTED]> wrote: > Hello people, > > I'm trying to develop an animation to swap my contents. > > Former I tried to use Interface pugin ad follows:

[jQuery] Re: jquery 1.2 feedback

2007-09-17 Thread [EMAIL PROTECTED]
Your statement is inaccurate. The YUI Compressor does NOT add any overhead at load time or at runtime, unlike Packer. Regards, Julien (author of the YUI Compressor) On Sep 11, 4:24 pm, Stephan Beal <[EMAIL PROTECTED]> wrote: > On Sep 12, 12:59 am, "Web Specialist" <[EMAIL PROTECTED]> > wrote: >

[jQuery] Re: How to trigger event when user gets to end of content in a scrollable div

2007-09-17 Thread Glen Lipka
I whipped up a demo of this to make sure it worked. http://www.commadot.com/jquery/scrollEnable.php Interestingly, I couldn't get a onscroll event on a textarea. Only a div. Wierd huh? I hope this demo helps. Glen On 9/17/07, spills <[EMAIL PROTECTED]> wrote: > > > I was discovering the dimensi

[jQuery] Re: jQuery Forms for COLDFUSION

2007-09-17 Thread Web Specialist
Very good. But I choose another Jorn's approach to declare rules and messages: rules: { conta__cia: { required: true }, ... messages: { conta__cia: "Please insert the cia", This is a personal choice, of course. But could be

[jQuery] Re: using different version of jquery together, not working (for ALA / bassistance scripts)

2007-09-17 Thread stef
great, thats the only adjustment i had to make. all works now! thanks Karl On Sep 16, 10:11 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote: > The only thing I can see in that script that might cause a problem in > 1.2 is .find('li/label'), which you can change to .find('li > > label') . Aside from

[jQuery] Re: How do you tie sortables into the back-end with ajax?

2007-09-17 Thread John Resig
Are you talking about jQuery UI? If so, you should bring it up for discussion on the jQuey UI mailing list: http://groups.google.com/group/jquery-ui --John On 9/17/07, cliff <[EMAIL PROTECTED]> wrote: > > List sorter functionality is way cool, but isn't very useful unless I > can tie it into the

[jQuery] Re: jQuery Forms for COLDFUSION

2007-09-17 Thread [EMAIL PROTECTED]
Yes Speialist, this should make things much more complicate loosing the nice of the script that is to make things writing few attributes. Have a try and let me know Thanks Andrea On 17 sep, 15:08, "Web Specialist" <[EMAIL PROTECTED]> wrote: > Very good. But I choose another Jorn's approach to

[jQuery] Re: Announce: jQuery UI 1.0 Released

2007-09-17 Thread John Resig
> Are all the plugin released under the MIT license or do each plugin have > thier own license? They should all be dual-licensed under the MIT and GPL. --John

[jQuery] multiple select box to textarea

2007-09-17 Thread FrankTudor
Hi all, I am creating a little tool that has two multiple select boxes and then a text area. I need to figure out how to take the selected conets of one box, or the other, or both and pop them to the textarea. If there are no examples can someone tell me what dom or events I need to be looking

[jQuery] Re: Superfish Question (v1.3.1)

2007-09-17 Thread Jacob Stuart
Joel, Good work, it seems to function as intended. Unfortunately, I can't really use it for my purposes. You implemented it exactly as I had requested, but what that translates into for my code is the shifting of the drop-down's left position occurs after the animation to reveal it is complete. I

[jQuery] Re: Best Practice? Sliding table rows up and down

2007-09-17 Thread Collin Allen
One of the issues I ran into with animating tables (specifically, TRs), is that jQuery appears to change the 'display' style from table- row to block while animating, resulting in the row breaking completely while animating, then popping back into place when the animation is complete. I'd love to

[jQuery] How do you tie sortables into the back-end with ajax?

2007-09-17 Thread cliff
List sorter functionality is way cool, but isn't very useful unless I can tie it into the back-end. How do I couple it with an ajax call to make sure the change is conveyed to the server? Seems to me you need to detect the drop and have it launch an ajax call with the dropped object id and the id

[jQuery] Re: Weird bug with firefox on MAC

2007-09-17 Thread [EMAIL PROTECTED]
I also have thisproblem. I am using the Drupal CMS, and the SimpleMenu module uses jquery, as does a slideshow I've implemented. Each of these independently will cause text on the page to flicker or blink during the fadein/out. With the slideshow, if I reduce the fade period to zero, the problem g

[jQuery] jQuery Forms for COLDFUSION

2007-09-17 Thread [EMAIL PROTECTED]
The version 1.0 of the Ctag based on the powerfull forms plugin of Jquery has been released. Some of the features Place how many forms you need in the same page and set different behaviour for any of them. The tag will load the needed JS and write the jQuery statement for you Choose where to pla

[jQuery] Re: Announce: jQuery UI 1.0 Released

2007-09-17 Thread John Resig
> What's the preferred method for feedback? Via the jQuery UI mailing list. http://groups.google.com/group/jquery-ui --John

[jQuery] TableSorter demo not sorting under IE7

2007-09-17 Thread cburke
In the jQuery demo, the TableSorter widget appears with several data rows, and I can toggle sort direction by clicking, but the table rows never actually get sorted. All of the data stays in the order in which it was originally loaded. Is this intended with this demo? (I would expect not, given th

[jQuery] Re: Announce: jQuery Tablesorter 2.0.1 Released

2007-09-17 Thread Rigent
Great stuff Christian thanks! -- View this message in context: http://www.nabble.com/Announce%3A-jQuery-Tablesorter-2.0.1-Released-tf4468417s15494.html#a12742917 Sent from the JQuery mailing list archive at Nabble.com.

[jQuery] Re: Superfish Question (v1.3.1)

2007-09-17 Thread Jacob Stuart
Hey Joel, Thanks for the excellent and clear response. I personally really appreciated the detail and thoroughness of it. Good luck on implementing the function call(s) and thanks for continuing to refine your extremely handy plugin. Cheers, Jacob Stuart On Sep 16, 11:25 pm, "Joel Birch" <[EMAI

[jQuery] Re: Announce: jQuery UI 1.0 Released

2007-09-17 Thread Eridius
Are all the plugin released under the MIT license or do each plugin have thier own license? John Resig wrote: > > > Hi Everyone - > > We just pushed the brand-new jQuery UI 1.0 out the door. > > The full release notes: > http://jquery.com/blog/2007/09/17/jquery-ui-interactions-and-widgets/

[jQuery] Re: Announce: jQuery UI 1.0 Released

2007-09-17 Thread Chris W. Parker
On Monday, September 17, 2007 12:03 AM John Resig said: > Hi Everyone - > > We just pushed the brand-new jQuery UI 1.0 out the door. That's great guys. I'm just today starting a new project so I'm glad I'll be able to take advantage of the new library. > Reminder: We have a jQuery UI mailing l

[jQuery] Re: datepicker and mark a day

2007-09-17 Thread Kelvin Luck
Hi, You will need to use a custom cell renderer. An example of doing this can be seen here: http://kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerCustomCellRender.html As you can see, the example marks weekends with a different CSS class and makes them disabled. Of course you can

[jQuery] Announce: jQuery Tablesorter 2.0.1 Released

2007-09-17 Thread Christian Bach
Hi list! Just uploaded the new version of tablesorter that works with the 1.2 release of jQuery. Here are the main changes in version tablesorter 2.0.1 General * Removed the need for Dimensions plugin when using the pagination plugin thanks to offset being included in the jQuery 1.2 core. * Adde

[jQuery] Re: Interacting with the MultiFile Plugin

2007-09-17 Thread Rob Wilkerson
On Sep 17, 9:17 am, Rob Wilkerson <[EMAIL PROTECTED]> wrote: > I have a form that is using both the ajaxFileUpload and the MultiFile > plugins. When a user selects a file for upload, the change event > uploads the file via ajax for validation. If an error occurs, I need > to remove the file fro

[jQuery] Re: Interacting with the MultiFile Plugin

2007-09-17 Thread Rob Wilkerson
On Sep 17, 9:17 am, Rob Wilkerson <[EMAIL PROTECTED]> wrote: > I have a form that is using both the ajaxFileUpload and the MultiFile > plugins. When a user selects a file for upload, the change event > uploads the file via ajax for validation. If an error occurs, I need > to remove the file fro

[jQuery] Re: Best Practice? Sliding table rows up and down

2007-09-17 Thread Rick Faircloth
To get smooth sliding, I had to resort to using a separate tables; one for the column headers and another table beneath for the data. So, two tables wrapped in two different div's with both those div's wrapped in one container div. I apply the sliding to the div's. Now I've got smooth

[jQuery] Re: Best Practice? Sliding table rows up and down

2007-09-17 Thread Rick Faircloth
@Andy. got a URL I can view? I've been trying to get smooth animation with tables for awhile and wonder what your solution is. @Dave. got a URL for your approach? Rick From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andy Matthews Sent: Monday, September 17,

[jQuery] Re: Best Practice? Sliding table rows up and down

2007-09-17 Thread Karl Swedberg
The other issue with table rows is the value applied to the display property when they are shown. IIRC, the display property is reset to block, but this messes up the layout in FF, because it requires display: table-row to be shown properly. There was an update to jquery.js back in late win

[jQuery] Re: Superfish Question (v1.3.1)

2007-09-17 Thread Joel Birch
Thanks Jacob. I wondered if you would be interested in checking out my initial attempt at adding the callback function feature. A beta version of the new JS file is here: http://users.tpg.com.au/j_birch/plugins/superfish/superfish-1.3.2b.js That file should work with whatever example you have at

[jQuery] Re: jQuery 1.2 Release Notes on IE6

2007-09-17 Thread EdMartin
Unfortunately, that makes no difference. Even after intense and radical cache flushing, I still have an invisible left column in the New Features section when using IE6 to view http://docs.jquery.com/Release:jQuery_1.2 and, incidentally, when viewing http://docs.jquery.com/Release:jQuery_1.2.1

[jQuery] Sliding Animation Error(s)

2007-09-17 Thread muccy
Hello people, I'm trying to develop an animation to swap my contents. Former I tried to use Interface pugin ad follows: ...but Firebug said: this.options.curAnim has no properties (no name)()jquery.js (line 11) t()jquery.js (line 11) (no name)()jquery.js (line 11) [Break on this error] eval(

[jQuery] Re: Preloading an image before further handling

2007-09-17 Thread To
It works with Theodore's code... Sweet! Thanks, To On Sep 16, 5:10 pm, "Theodore Ni" <[EMAIL PROTECTED]> wrote: > Instead of using $(document).ready( ... ), you can try to use > $(window).load( ... ): > > $(window).load(function() { > $("#photo").fadeIn("slow"); > > }); > > I believe that w

[jQuery] Re: jQuery UI praises and questions

2007-09-17 Thread seedy
Can the jQuery UI group be accessed using nabble? I prefer to use nabble and I didn't see it in the search John Resig wrote: > > > Please PLEASE keep them separate, I don't understand why this is an > issue. If you're doing stuff with jQuery UI, please post the issues in > the jQuery UI list.

[jQuery] Re: Best Practice? Sliding table rows up and down

2007-09-17 Thread Andy Matthews
Update. I found that one of the reasons the animation was a little choppy was that that I wasn't explicitly defining widths for the TD in my table. Once I defined those, the animation was much smoother. andy _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of G

[jQuery] Re: blockUI IE6 checkbox

2007-09-17 Thread seedy
I must be hallucinating I swear this was working on friday. I just checked it and the same problem seems to be occuring in IE6/7 http://devweb1.ttisolutions.com/jqueryTests/blockui/ malsup wrote: > > > Thanks for the fix, Ted! Great work! I've made the change and checked > it in. > > ht

[jQuery] Re: How to trigger event when user gets to end of content in a scrollable div

2007-09-17 Thread Glen Lipka
Im going to take a guess. Try this plugin. http://brandonaaron.net/docs/dimensions/# Then put a onScroll event on the box its in. $("p").scroll( function() { alert("Hello"); } ); Onscroll, report back to a function to check (with dimensions) the scrollTop number. If it's higher than X (which you

[jQuery] Re: TableSorter properties

2007-09-17 Thread Rigent
You have to love undocumented features :) Using the debugger I noticed that all of my columns were being parsed as 'text' so I downloaded the unpacked JS (I'm not much of a fiddler) and looked for the parser names the script was looking for. I should have done this before I assumed that 'date' w

[jQuery] Re: Best Practice? Sliding table rows up and down

2007-09-17 Thread Glen Lipka
Often padding, borders and margins get in the way of smooth animation. The same goes for UL structures as Tables. This is part of Box Model Hell (my own nightmare). Although I REALLY like clean code with virtually nothing in it, I often have to add divs and layer them so that I don't put padding

[jQuery] How to trigger event when user gets to end of content in a scrollable div

2007-09-17 Thread spills
I am new to jQuery and have not a clue how to trigger an event when a user gets to the end of scrollable content in a div. For example many sites have a Terms and Conditions content box that when you get to the "end" it enables "accept" yes and no radio buttons and a submit or continue button. I j

[jQuery] Re: Creating a sliding onload effect

2007-09-17 Thread Joel Birch
On 9/18/07, Joel Birch <[EMAIL PROTECTED]> wrote: > $(document).ready(function(){ > $('#nav').css({position:fixed,top:-200px}); > }); > > $(window).load(function(){ > $('#nav').animate({top:20px},'slow'); > }); Corrections: $(document).ready(function(){ $('#nav').css({position:'fixe

[jQuery] Re: TableSorter properties

2007-09-17 Thread Christian Bach
Hi, A very good undocumented feature is a option called debug, which will give you all kinds of information about what tablesorter is up to. Try this: $("#sorttable").tablesorter( {cssAsc:"sortasc",cssDesc:"sortdesc", headers:{0: {sorter: false}, 4: {sorter: "date"}}, sortList: [[1,0]], widgets:

[jQuery] Re: Creating a sliding onload effect

2007-09-17 Thread Joel Birch
On 9/17/07, Steven Foers <[EMAIL PROTECTED]> wrote: > Hi > > I have a menu made from an unordered list containing 4 menu items that I'd > like to slide down from the top of the page onload. The menu is horizontal > and I want it to stop around 20px from the top of the page. Once the menu > has sli

[jQuery] Re: Falling at the first hurdle

2007-09-17 Thread Michael Price
Jay wrote: Having major problems getting anything set up here. http://jquery.com/demo/thickbox/ On the above page it says I should download the files mentioned and put them in my scripts folder which I did. In my page (aspx) I have this I can't claim to be a .NET expert (even though I've be

[jQuery] Re: jQuery 1.2 Release Notes on IE6

2007-09-17 Thread John Resig
We just changed the layout - you'll need to clear your cache to remove the old CSS file. --John On 9/17/07, EdMartin <[EMAIL PROTECTED]> wrote: > > Is it just me or is the left hand column of the New Features section > invisible on IE6? > > It doesn't appear to be an instance of the peekaboo bug

[jQuery] Falling at the first hurdle

2007-09-17 Thread Jay
Having major problems getting anything set up here. http://jquery.com/demo/thickbox/ On the above page it says I should download the files mentioned and put them in my scripts folder which I did. In my page (aspx) I have this When I browse my page I get the error Compilation Error Compiler

[jQuery] draggable: manually reset position of element by drag callback handler

2007-09-17 Thread Andre Uhlig
hi, because this is my first post to this group, thanks for jquery + ui and sorry for the incomprehensible subject. I'll try to explain it a little bit clearer. I'm developing something like a Google Maps clone for large images (> 200 mega pixels). Of course I can't display all generated image ti

[jQuery] postbacks, $(document).ready(), and asp.net

2007-09-17 Thread Rob
I'm having an interesting problem that happens in both IE6 and Firefox. My menu script runs fine when the page first loads. It sets the style of certain table elements when the $() ready function fires, all is good. But on postbacks (button clicks), the script runs fine, the style is updated, but

[jQuery] Best Practice? Sliding table rows up and down

2007-09-17 Thread Andy Matthews
I've been in this situation before and gone a different route, but this time I'd really like to use a table for my data, but have the ability to show/hide certain rows using slideUp/slideDown. I originally tried sliding the actual TR up/down but it wasn't working correct. I ahve a table with 6 co

[jQuery] Re: TableSorter properties

2007-09-17 Thread Rigent
Oops, thanks Christian, that error was only in the post though, not in the actual HTML I'm using. If there's nothing fundamentally wrong with my init function I'll wait and see if your updates tomorrow fix it. Thanks again for your work on this plugin. Cheers Christian Bach wrote: > > Hi

[jQuery] Re: help with interface && ondrop function

2007-09-17 Thread 胡争辉
The example can not run any effect. 2007/9/16, Giovanni Battista Lenoci <[EMAIL PROTECTED]>: > > > Here is my example, then I can better explain the problem: > > http://www.gianiaz.net/jquery/tree/ > > > -- http://www.goumin.com/ QQ: 443089607 QQ mail: [EMAIL PROTECTED] Skype: huzhenghui Gtalk:

[jQuery] draggable: manually reset position of element by drag callback handler

2007-09-17 Thread Andre Uhlig
hi, because this is my first post to this group, thanks for jquery + ui and sorry for the incomprehensible subject. I'll try to explain it a little bit clearer. I'm developing something like a Google Maps clone for large images (> 200 mega pixels). Of course I can't display all generated image ti

[jQuery] Events, forms and AJAX

2007-09-17 Thread slh
Hi I posted a question earlier, this is the updated version based on further understanding. in order fir Jquery to recognise the events of the second form I had to nest the code this this: $('form').submit(function(event){ //$('#content').empty(); $.post('../../f

[jQuery] Catching events on page elements inserted into the DOM

2007-09-17 Thread slh
Hi guys, this is my first post here so go easy on me :) When uding append() to add new xhtml elements to a page, why cannt javascript recognise event related to the new elements? for example using the JQuery $('a').click(function(){ alert($(this).text());

[jQuery] jQuery 1.2 Release Notes on IE6

2007-09-17 Thread EdMartin
Is it just me or is the left hand column of the New Features section invisible on IE6? It doesn't appear to be an instance of the peekaboo bug because mouse activity and/or scrolling does not reveal the missing material. In particular, you can't select it with the mouse. However, the links on th

[jQuery] Catching events on page elements inserted into the DOM

2007-09-17 Thread slh
Hi guys, this is my first post here so go easy on me :) When uding append() to add new xhtml elements to a page, why cannt javascript recognise event related to the new elements? for example using the JQuery $('a').click(function(){ alert($(this).text());

[jQuery] Re: treeview plugin - store option doesn't work to remember which items were clicked

2007-09-17 Thread Pedro Teixeira
It seems the option was there until the following revision: http://dev.jquery.com/browser/trunk/plugins/treeview/jquery.treeview.js?rev=2973 not sure what happened and where it was moved to... []'s On Sep 14, 11:35 am, Pedro Teixeira <[EMAIL PROTECTED]> wrote: > can't make it work for me either

[jQuery] Re: Announce: jQuery UI 1.0 Released

2007-09-17 Thread Adwin Wijaya
Congratulations :D I wil try at home tonight :D btw, when I tried on the thumbnail, why it always asking the server for large image ? (we usually use cache instead of asking the server all the times.. ) .. just asking ;) great job guys .

[jQuery] Re: John's Pager - best plugin no one uses?

2007-09-17 Thread astik
With the new version of jQuery out (1.2), some specific code is no longer working ... The lt and gt method are now deprecated ... Here is the modification to the pageTrim method : function pageTrim(){ if (!spread || spread.constructor != Function ) { sp

[jQuery] Re: how to check hide elements?

2007-09-17 Thread Theodore Ni
You should be able to test if an element is hidden by doing something like $(element).is(":hidden") which should return true or false. On 9/17/07, james_027 <[EMAIL PROTECTED]> wrote: > > > hi, > > using the hide() function, how do I know if an element is hidden or > not? > > THanks > james > >

[jQuery] Re: pngFix - not working

2007-09-17 Thread Kush mann
Problem with plugin you are using is that is wrapped you img within span then hiding your img. Try using this plugin instead: http://khurshid.com/jquery/iepnghack/ It keeps all tags intact.

[jQuery] Re: pngFix - not working

2007-09-17 Thread Kush mann
Hi, Plugin you are using, hides your img tags and wraps your img in span. There is another plugin that keeps your img intact: http://khurshid.com/jquery/iepnghack/ Hope it helps -Kush

[jQuery] Bug with $.ajax and IE

2007-09-17 Thread Fabrizio
Hello , I have made a very simple test with jquery and the funcrion $.ajax. This project is very simple and I works find wint firefox. I have basic html page. I have a javascript page with that code : $(document).ready( function(){ $.ajax({ type: "POST",

[jQuery] How come I cannot register for account in JQuery, email never arrives!

2007-09-17 Thread Kush mann
How come I cannot register for account in JQuery, email never arrives! Or have I missed something -K

[jQuery] Re: FadeIn

2007-09-17 Thread 胡争辉
Have you noticed the "display: none;"? $(document).ready(function() { $('#fadein').fadeIn('slow'); }); fadein 2007/9/16, BooZker <[EMAIL PROTECTED]>: > > > I want something so simple,

[jQuery] Re: Browser compatibility

2007-09-17 Thread 胡争辉
Would you please show the full code? 2007/9/15, malebrok <[EMAIL PROTECTED]>: > > > This code works in firefox but not in ie (6.0) : > > > > > blabla > > > > the hover div (invisible) set to fill the whole bookDiv... The code > should show the bookCoverTxt div on mou

[jQuery] Re: jQuery UI already released?

2007-09-17 Thread Adwin Wijaya
the ui.jquery.com mentioned that we can download ui 1.0 but i got this xml NoSuchKey The specified key does not exist. ui-1.0.zip 98B7FD0A90EF331D bqlj57YlE9zlvYmyBQKqheLzAHHg1BwSyP0he48+TVt/AN2454MMxonzCnWN2HPG

[jQuery] Re: jQuery UI praises and questions

2007-09-17 Thread John Resig
Please PLEASE keep them separate, I don't understand why this is an issue. If you're doing stuff with jQuery UI, please post the issues in the jQuery UI list. If you're only using jQuery + other plugins, post in the main list. Simple. --John On 9/17/07, Rick Faircloth <[EMAIL PROTECTED]> wrote:

[jQuery] Re: jQuery source code readability

2007-09-17 Thread kuralj
Hi John, Thanks for the reply :) I was hesitant posting as I wasn't sure how it would be perceived but I appreciate the response. I'm going to spend some more time going through the source and hopefully between any work done at the developer end and familiarising myself with the style, there mig

[jQuery] Re: jQuery UI praises and questions

2007-09-17 Thread Rick Faircloth
I tend to agree with Andy... Is it *really* necessary to divide the conversations about jQuery and its UI into two separate mailing lists? Will the subject matter for each list have more or less in common with each other? If the subject matter tends to overlap, combine the lists. If the subject

[jQuery] Re: jQuery UI praises and questions

2007-09-17 Thread Andy Matthews
I'd say that now that the UI is released, questions/comments can and should be posted to THIS list. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John Resig Sent: Monday, September 17, 2007 2:01 AM To: jquery-en@googlegroups.com Subject: [jQue

  1   2   >