[jQuery] Re: [ANNOUNCE] markItUp! 1.0 (former jTagEditor) is finally released!

2008-04-03 Thread Olaf Gleba
Hi Jay. Am 23.03.2008 um 19:48 schrieb Jay Salvat: I'm proud to announce you the official release of markItUp! (former jTagEditor) and markItUp! website. I hope everything will be ok and i forgot nothing important. Its great. I like the approach. After playing around a little, it sure is a

[jQuery] Re: Click Radio Buttons to Disable/Enable a Text Box

2008-04-03 Thread Gorkfu
Ok the code I posted below works great except for one issue. When the text field is disabled, the code also disables the text field that is right after it, which I don't want being disabled. The script sees both as a sibling which I don't want. So my question is; How can I make this,

[jQuery] Re: Click Radio Buttons to Disable/Enable a Text Box

2008-04-03 Thread Gorkfu
I fixed the problem. Code works like a charm now. I changed this line: var radio = $this.siblings([EMAIL PROTECTED]); To this: var radio = $this.siblings([EMAIL PROTECTED]:eq(0));

[jQuery] Selecting part of table structure

2008-04-03 Thread Pete Kruckenberg
Assuming I have table tbody tr id=first td1/td /tr tr td2/td /tr /tbody /table is there a way with jQuery to select (and then clone) the following (i.e. the table structure, but with just the first tr table tbody tr id=first td1/td /tr /tbody

[jQuery] Selecting and cloning part of table structure

2008-04-03 Thread Pete Kruckenberg
[Sorry if this is a dup, first one didn't seem to post.] Assuming I have table tbody tr id=first td1/td /tr tr td2/td /tr /tbody /table is there a way with jQuery to select and then clone the following (i.e. the table structure, but with just the first tr table

[jQuery] Logic issue - can jQuery help?

2008-04-03 Thread Shawn
I apologize if this is semi OT... I have an odd performance problem that I can't see any clear logic around. I was wondering if jQuery might be able to help me with this. Situation. 1. I have a table of employees. Employees in the left column (one per row), and days in the remaining

[jQuery] Re: hide() and floating elements leaves white space

2008-04-03 Thread Richard Weeks
Thanks, that prompted me to think correctly. The solution is even simpler. The element I was show / hiding was within an li element and it was this being left that led to space remaining on removal of the contained element (in IE of course). What I did instead was remove the li, i.e. the

[jQuery] Re: check/uncheck via toggle

2008-04-03 Thread Mr.MoOx
Like the doc said : Only properties that take numeric values are supported (e.g. backgroundColor is not supported by animate()). So you cool use a plugin: http://dev.jquery.com/~john/ticket/fx-rewrite2/ OR http://www.happinessinmycheeks.com/colorBlend/ With the first plugin, I will wrote this:

[jQuery] Re: Validator plugin submit with HREF

2008-04-03 Thread Paul Collins
Thanks Jörn, you've saved me again. Much appreciated. This is all working now, the only issue I have left is how could I use the Validation plugin with multiple forms? They would need different ID's, which I can grab with a variable, but I can't seem to submit to a specific form ID. Here is the

[jQuery] Re: [ANNOUNCE] markItUp! 1.0 (former jTagEditor) is finally released!

2008-04-03 Thread Jay Salvat
Hi Olaf! Yes, markItUp! moves the textarea's id to the main container. It might seem strange but believe me, it's the best way to handle all the instance and css easily. And agree it might also be unconfortable in some applications. If your libs are developped over jQuery, just replace your

[jQuery] Re: $('a').size() === 0 in IE??

2008-04-03 Thread Peter Bengtsson
Thanks! That made it work. In the same javascript I managed to create a div tag in IE with $(div) but maybe there's some other subtlety behind that. On Apr 2, 10:01 pm, Karl Rudd [EMAIL PROTECTED] wrote: Try making a full formed a element, $('a/a'). IE is a bit fussy sometimes about what it

[jQuery] trigger an AJAX interrupt

2008-04-03 Thread Tom
Hi, I have a device status page that pulls some information directly form a database and some other information from the device itself. The database content is generated once by the server and displayed in the static section of the web page. The information form the device itself is generated

[jQuery] Book review: jQuery in Action

2008-04-03 Thread Giant Jam Sandwich
I just thought I would let everyone know I recently finished up a (rather lengthy) book review for jQuery in Action. You will probably still have a hard time choosing between this book and Learning jQuery as both are excellent resources. However, the review should help you to make a more informed

[jQuery] Re: ready and jquery 1.2.3

2008-04-03 Thread MorningZ
Why wouldn't you just start mydiv off as hidden (style= display: none)?

[jQuery] $(this) scope (each() nested in an event)

2008-04-03 Thread hedgomatic
I'm trying to reference an element in an each() that's inside an event function. scenario-- I have a div with a class of .button, several divs with the class .elementSelected. I click on the div with the .button class, and then... $(.button).click(function() { elements = new

[jQuery] jcarousel problem under Safari

2008-04-03 Thread tetris
i am experiencing this under safari: if i do resize my browser window , the carousel gets some very weird behavior, anyone experiencing this?

[jQuery] Re: check/uncheck via toggle

2008-04-03 Thread Bruce MacKay
Thanks all for your solution. Just to wrap up the point that Karl raised about the $(this).attr('checked', true) part - in my earlier attempts I didn't have that in, but I found that clicking the check box wouldn't check/uncheck it by default. The background colour change was fired, but

[jQuery] Re: hide() and floating elements leaves white space

2008-04-03 Thread GianCarlo Mingati
Ciao Richard, i'm glad you get the solution. could you show us the piece of code you used? i don't understand (and i'm always curious to 'see') what you click to remove the LI. Is it a LI with an A and an IMG? If so, when you remove() an element don't you 'destroy' it? How do you pass it back as

[jQuery] Re: [ANNOUNCE] markItUp! 1.0 (former jTagEditor) is finally released!

2008-04-03 Thread Olaf Gleba
Hi Jay. Am 03.04.2008 um 11:58 schrieb Jay Salvat: [...] I hope my explainations and my english will be clear enough to help you. Many thanks for your detail description! I will work on these solutions and will post the result here. Again, many thanks. bye Olaf -- Olaf Gleba :

[jQuery] Re: [ANNOUNCE] markItUp! 1.0 (former jTagEditor) is finally released!

2008-04-03 Thread Richard D. Worth
Jay, I'd be interested to hear some specifics on why you found it necessary to remove a unique identifier from an element, and put that on a different element. That's changing the identity and type of that element. Quite frankly, this is obtrusive, and surprising. Maybe there's an option you

[jQuery] Re: ready and jquery 1.2.3

2008-04-03 Thread Richard D. Worth
My guess would be Progressive Enhancement. If css were available, but not javascript, the only way to get that element to show would be to turn off css (and a user wouldn't know to do this). This way, the element is only hidden (via javascript) if there's also a way to show it again (via

[jQuery] Re: jcarousel problem under Safari

2008-04-03 Thread Jan Sorgalla
Hi, On 3 Apr., 13:09, tetris [EMAIL PROTECTED] wrote: i am experiencing this under safari: if i do resize my browser window , the carousel gets some very weird behavior, anyone experiencing this? yes, i'm also experiencing weird bahaviours in safari. I'm not sure if thats a jquery.ready() or

[jQuery] Re: better examples for UI DatePicker?

2008-04-03 Thread 1Marc
wick, I made that default skin and there is no offense taken. The idea behind the default skin was to not use images, allowing people to make up their own as easy as possible. I've seen some AMAZING styles for UI Datepicker, but unfortunately they were proprietary (someone paid them and owns

[jQuery] Re: IE and onClick - not!

2008-04-03 Thread Richard D. Worth
Use either .bind(click, function() { ... http://docs.jquery.com/Events/bind#typedatafn or .click(function() { ... http://docs.jquery.com/Events/click#fn rather than setting the onclick attr - Richard Richard D. Worth http://rdworth.org/ On Thu, Apr 3, 2008 at 7:36 AM, Bruce MacKay [EMAIL

[jQuery] Re: $(this) scope (each() nested in an event)

2008-04-03 Thread Jason Huck
You're pushing the value from each div into a generic array instead of the elements array, and adding a comma after each item as if you are concatenating a string. Also, you have a dollar sign in front of your alert(). Try something like this instead: $('.button').click(function(){ var

[jQuery] Re: $(this) scope (each() nested in an event)

2008-04-03 Thread hedgomatic
pfff. fixed :] $(.button).click(function() { var command = $(this).attr(ID); elements = new Array(); $(.elementSelected).each(function() { var wordsSelected = $(this).html();

[jQuery] Re: Logic issue - can jQuery help?

2008-04-03 Thread J Moore
I've used an object to 'cache' jquery instances. Works great. I've also used id strings to pack data. like div id=x45-64 where the 'x' is because id's shouldn't be numeric. And the other numbers might be your employee id or task id. I find this id method ugly, and would rather use a javascript

[jQuery] How to collect values out of a bunch of input checkboxes?

2008-04-03 Thread Matt Wilson
I have a form with a bunch of checkboxes. They all have the same name and different values. This form posts to a page that does a bunch a stuff based on the checked checkboxes. I want to change the form to use AJAX to update a div on the page. I need help figuring out how to post the form

[jQuery] hide() and floating elements leaves white space

2008-04-03 Thread Richard Weeks
Tsk, I should also answer the question fully. The affected content is: lia href=linkLink/a/li Richard -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of GianCarlo Mingati Sent: 03 April 2008 14:02 To: jQuery (English) Subject: [jQuery] Re: hide()

[jQuery] Re: event fired after SlideDown

2008-04-03 Thread Yuval Hager
On Mar 26, 11:37 am, Olivier Percebois-Garve [EMAIL PROTECTED] wrote: Maye you can use setInterval and periodically test if your elem is visible ? Thanks! this is exactly what I did eventually. Here's the code, I hope its sane:

[jQuery] Re: $(this) scope (each() nested in an event)

2008-04-03 Thread Ahmed Elbougha
Hi hedgomatic, I just noticed something about your code, in the highlighted line, I think it should be elements.push(wordsSelected+','); instead of Array.push(wordsSelected+','); I tried the code like that and it works for me. Thanks Qutoz. $(.button).click(function() { elements =

[jQuery] Re: Matching content

2008-04-03 Thread Andiih
Thanks Karl So am I storing data wrongly - whats the easiest structure to display things, be semantically correct, and search for name/value pairs ? For me DL's seemed the natural way but perhaps I need to put the name and value into attributes of something, then display them separately ? Karl

[jQuery] Re: Selecting and cloning part of table structure

2008-04-03 Thread Qutoz
Hi Pete, I made an example, please review it and tell me if it doesn't match your needs: html head script src=jquery.js/script script $(document).ready(function() { var newtable = $(#mytable).clone(true); newtable.attr(id,mytable2); newtable.insertAfter(#mytable); $(#mytable2 tbody

[jQuery] Re: hide() and floating elements leaves white space

2008-04-03 Thread Richard Weeks
Tsk, I should also answer the question fully. The affected content is: -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of GianCarlo Mingati Sent: 03 April 2008 14:02 To: jQuery (English) Subject: [jQuery] Re: hide() and floating elements leaves

[jQuery] Re: hide() and floating elements leaves white space

2008-04-03 Thread Richard Weeks
Here's the relevant snippet. It uses the value of a checkbox to show or hide content based on the class name given to a div around said content. iFilter is a numerical value based on bit addition. Or something. iGroups is the number of filterable groups I have (in this case, currently 2). //

[jQuery] When do animations happen

2008-04-03 Thread Andiih
I am trying to run the following code $(#facetpicker select).livequery('change',function() { $(#solutions, #facetpicker).fadeOut(slow); alert('go'); $.facetSelected(this.name,this.value,0,-1); $(#solutions,

[jQuery] malsup cycle plugin renders vertically on page load.

2008-04-03 Thread matthew
Hi all, Check out http://pricebeep.co.uk. I'm pulling the content for the cycle plugin dynamically. Frequently it will be rendered vertically, before constructing the actual horizontal carousel. I think I've worn my brain out over the last month or so getting the site up and running, so can

[jQuery] new to jquery

2008-04-03 Thread noon
Hello, i've been writing javascript for a while now. So, as you can imagine I am struggling just a bit. I browsed a few of the beginner tutorials and didn't see what I was looking for. I understand that methods like .is or .hide are special to the jquery library and you can't access these

[jQuery] Re: malsup cycle plugin renders vertically on page load.

2008-04-03 Thread Mike Alsup
I'm pulling the content for the cycle plugin dynamically. Frequently it will be rendered vertically, before constructing the actual horizontal carousel. The vertical rendering is how things look on your page before Cycle has a chance to do its thing. You can fix this by using css to hide

[jQuery] Performance differences

2008-04-03 Thread Dan Eastwell
What would the performance considerations be between: showHide(.showhide); function showHide(elem){} and $(.showhide).showHide(); $.fn.showHide= function(){} Thanks, Dan. -- Daniel Eastwell Portfolio and articles: http://www.thoughtballoon.co.uk Blog: http://www.thoughtballoon.co.uk/blog

[jQuery] Re: bassistance.de jQuery plugin: Autocomplete

2008-04-03 Thread Jörn Zaefferer
timothytoe schrieb: I've been trying a few different versions of this plug-in. It's nice, but the very first thing I have to do is override the colors. blockquotecodelink rel=stylesheet type=text/css href=jQuery/jquery.autocomplete.css / !-- Override weird colors in css

[jQuery] Re: [ANNOUNCE] markItUp! 1.0 (former jTagEditor) is finally released!

2008-04-03 Thread Jay Salvat
Hi David, Before letting markItUp! go in the wild as an opensource project, I used it for monthes in my personnal needs.I have implemented it in many projects and moving the ID to the container saved me lot of time in some advanced implementations. It's mostly matter of CSS styling/conflicts

[jQuery] Re: jqModal and Rounded Corners

2008-04-03 Thread wick
If you don't have any luck with jqModal, try the Impromptu plugin. I believe it serves the same purpose as jqModal rounded corners are easy: $.prompt( ).children('#jqi').corner(); or if you use the plugin's prefix parameter, change the ID selector above to match your prefix, or use:

[jQuery] Had to add a few lines to 1.2.3 core file (fix IE7 and invalid argument for .attr method)

2008-04-03 Thread MorningZ
I can't seem to find any talk/reference on this exact error, but in the jQuery core file at line 1298 (inside the attr function) the line elem[ name ] = value; was throwing an error in IE7, preventing some other

[jQuery] Re: new to jquery

2008-04-03 Thread Andy Matthews
We'd really need to see your HTML code, but if you want to get the parent of an object. Let's say you have HTML code like this: div p bthis is my paragraph/b /p /div You want to get the immediate parent of all P tags: $('p').parent(); or you want to get a div

[jQuery] Re: better examples for UI DatePicker?

2008-04-03 Thread wick
Hi Marc - I couldn't agree more, the functionality range of options for DatePicker is incredible, especially considering how complicated a calendar app is. I should have mentioned that in my first post. Ironically in looking around for other DatePicker styles, I ran across your blog entry about

[jQuery] Re: Re-invoking the jQuery config file dynamically

2008-04-03 Thread ajpiano
hmmm, my problem isn't that bound events aren't there after elements are ajaxed in - i understand that issue. mine is like this: let's say i have the following - ul id='myid' li1/li li2/li /ul a id='clicker'clickMe/a function setupSortable() {

[jQuery] jQuery pagination : works in FF, but I.E... not so much

2008-04-03 Thread MichaelEvangelista
this is a plea for help I'm stuck... and it might be simple but... I'm stuck. http://www.eastcoastgolfsales.com/products/ladies/productlistsgloves_mre.cfm?CategoryID=20 Love the pagination plugin, and thought I had it made, till the client pointed out that the pagination is not creating more

[jQuery] Re: interface elements odd behavio in IE

2008-04-03 Thread OhNoMrBill
Bumping this one back up...if any one has any input, or even an idea of where to start, please jump in! On Apr 2, 7:04 pm, OhNoMrBill [EMAIL PROTECTED] wrote: I have reduced the issue to a class named itemHeader. This class is assigned to the sortable's handle param. It is only this class

[jQuery] Two column menu using jdMenu?

2008-04-03 Thread Jason Levine
Hi, I'm using jdMenu for a new project and came across a problem. Some of my menus are so long that they run off the page. Is there any way of making the menu spill over into a second column. If that can't be done, can it cut off and allow people to scroll through the listings? How should I

[jQuery] Re: [ANNOUNCE] markItUp! 1.0 (former jTagEditor) is finally released!

2008-04-03 Thread Richard D. Worth
On Thu, Apr 3, 2008 at 12:09 PM, Jay Salvat [EMAIL PROTECTED] wrote: I was certainly trapped with a specific advanced need the day i decided switching the ID was necessary. Now, i can't really remember why it was so important at the time. I was certainly wrong on that one. I will run some

[jQuery] Re: Two column menu using jdMenu?

2008-04-03 Thread Dan G. Switzer, II
Jason, I'm using jdMenu for a new project and came across a problem. Some of my menus are so long that they run off the page. Is there any way of making the menu spill over into a second column. If that can't be done, can it cut off and allow people to scroll through the listings? How should

[jQuery] Re: Re-invoking the jQuery config file dynamically

2008-04-03 Thread ajpiano
i know that theoretically i should be using .sortable(refresh) in this scenario but a) it's never worked for me, haven't tried changing it in a few weeks though. b) this same issue happens with other plugins too...tablesorter, pretty much anything that happens in this sequence.. --adam On Apr

[jQuery] Re: Remove script

2008-04-03 Thread hj
I have added a js file in my html file. script src=test.js language=JavaScript/script I want to remove the script from my file using jQuery. I have tried using the following jQuery('script[src=test.js]').remove(); But the script is not getting removed. Do you want to remove the

[jQuery] Re: jcarousel problem under Safari

2008-04-03 Thread tetrix
thank you On Apr 3, 4:22 pm, Jan Sorgalla [EMAIL PROTECTED] wrote: Hi, On 3 Apr., 13:09, tetris [EMAIL PROTECTED] wrote: i am experiencing this under safari: if i do resize my browser window , the carousel gets some very weird behavior, anyone experiencing this? yes, i'm also

[jQuery] flickering side effect in IE 7

2008-04-03 Thread brwalias
I am experiencing flickering side effect in IE 7 when running this pretty simple show/hide div script. i'm hovering over an element and moving the mouse into the div that expands during the show state. The flicker side effect is noticed when the mouse moves from the navTabId to the dropDownId

[jQuery] Superfish (1.4.1 menu disappearing)

2008-04-03 Thread Thomas
I finally got the superfish menu system for jQuery working in my application (after some idiot moves on my part). The problem now is that the menu system, which is located in my header, is not displaying on top of the page but instead the content of my main content area. On another note I'm

[jQuery] Re: How to collect values out of a bunch of input checkboxes?

2008-04-03 Thread motob
Check out the jquery.form plugin found here: http://malsup.com/jquery/form/. It has form serialization methods built in. I think it may be exactly what you need. On Apr 3, 10:45 am, Matt Wilson [EMAIL PROTECTED] wrote: I have a form with a bunch of checkboxes. They all have the same name

[jQuery] Re: Star Rating v2 and Half-Star (NEED FEEDBACK)

2008-04-03 Thread AsymF
Any way to get around the need for the metadata plugin? I am trying to keep included scripts light. On Mar 20, 3:23 pm, Diego A. [EMAIL PROTECTED] wrote: For reference: The issue was relative positioning in IE. I worked around it with a negative margin. On Mar 20, 6:29 pm, Diego A. [EMAIL

[jQuery] [validate] removing or changing rules after validate() method

2008-04-03 Thread Marc R
So I have a field on the page that may or may not be required, depending on what the user wants to do. Once I need the field to be required, I aplly validate() on the form and its done. But, once I want to make the field not-required again, I run into problems. Here's some example code with

[jQuery] Re: Re-invoking the jQuery config file dynamically

2008-04-03 Thread [EMAIL PROTECTED]
That's weird. I used almost exactly your code with the latest SVN and I get no errors. Could it be to do with what's in the loaded file? Mine was just a simple php echo. Here's my code: ul id=myid li1/li li2/li /ul a id=clickerclickMe/a script type=text/javascript function

[jQuery] Re: Selecting and cloning part of table structure

2008-04-03 Thread Pete Kruckenberg
Thanks, that's perfect. On Apr 3, 9:10 am, Qutoz [EMAIL PROTECTED] wrote: Hi Pete, I made an example, please review it and tell me if it doesn't match your needs: html head script src=jquery.js/script script $(document).ready(function() {  var newtable = $(#mytable).clone(true);  

[jQuery] ToolTip Plug Crashes (bassistance)

2008-04-03 Thread Kyle Holder
Hi, I have a page with about 30 instances of the tool tip object on them. These are dynamically updated divs. In order to change the text inside the tooltip, you need to re-initialize them by calling $ (#object).tooltip(). This works perfectly. However, when I do that too many times (the

[jQuery] jqmodal and jeditable

2008-04-03 Thread Volland
I'm trying to use jeditable in jqmodal box. When I load the box for the first time everything works fine but if i close the box and open it again jeditable not working I need to reload the page and open jqmodal box again...

[jQuery] Re: flickering side effect in IE 7

2008-04-03 Thread Rick Faircloth
Don't know if this will help your situation or not, but I had some flickering problem with a simple slide toggle, which sounds similar to what you're describing. The solution was to set a min-height for the container of the div's. Give height declaration a try and see if that helps. Rick

[jQuery] How do I write this jquery expression?

2008-04-03 Thread [EMAIL PROTECTED]
Hi, Within my TR of class rowData, how do I write a jquery onblur handler for every input field of type = text or every field that is a TEXTAREA? Thanks, - Dave

[jQuery] Viewport moving when toggle or slideToggle used

2008-04-03 Thread SnapShot
I'm using slideToggle to show and hide a list of images on my page. When slideToggle gets called, if the browser window is scrolled down at all it immediately scrolls back to the top of the page. Any thoughts?

[jQuery] Re: How do I write this jquery expression?

2008-04-03 Thread SnapShot
I think it's: $(input[type=input], $(.rowData)).blur( ... ) In other words: within the context of the set of rowData element, select the input of type text. On Apr 3, 4:58 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, Within my TR of class rowData, how do I write a jquery onblur

[jQuery] Re: How do I write this jquery expression?

2008-04-03 Thread Jake McGraw
$(tr.rowData :text, tr.rowData textarea).blur(function(){ /* Callback goes here */ }); On Thu, Apr 3, 2008 at 4:58 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, Within my TR of class rowData, how do I write a jquery onblur handler for every input field of type = text or every

[jQuery] Re: ToolTip Plug Crashes (bassistance)

2008-04-03 Thread Jörn Zaefferer
Kyle Holder schrieb: Hi, I have a page with about 30 instances of the tool tip object on them. These are dynamically updated divs. In order to change the text inside the tooltip, you need to re-initialize them by calling $ (#object).tooltip(). This works perfectly. However, when I do that

[jQuery] undeclared properties reporting values (attempting a toggleClass function)

2008-04-03 Thread hedgomatic
I'm trying to do the following: SCRIPT $(document).ready(function(){ $.fn.toggleCSS = function(property,value) { return this.each(function(){ var p = $(this).css(property); if(p) { $(this).css(property,); } else { $

[jQuery] problem with tablesorter and dynamic table content

2008-04-03 Thread Jonny Polite
Hello, So I have this table where the tbody is initially blank. Then when the document is ready I call a function that runs an AJAX query for the table content. The initial content is sorted awesomely! But when I call my function again with different parameters to get new content, things

[jQuery] Re: Star Rating v2 and Half-Star (NEED FEEDBACK)

2008-04-03 Thread AsymF
Sorry, nevermind about the metadata. I just noticed it is optional. New questionis it possible to display the current value with split stars but only allow whole star voting? In other words, show 3 and 3/4ths stars highlighted and the remainder portion grayed out but on mouseover show a full

[jQuery] Re: ready and jquery 1.2.3

2008-04-03 Thread Shelane Enos
That was just a simple example. Richard made a good point though. It's also about having unobtrusive javascript. John Resig made the point that the doc ready is supposed to help the user not experience weird display issues vs doing doc onload (things appearing on load and then disappearing).

[jQuery] [getPlugin] New Plugin to help optimise usage of jQuery plugins - contributions welcome

2008-04-03 Thread Nicolas R
Hey all, I've just released getPlugin, a plugin that aims to minimise loading/ rendering times by keeping unnecessary scripts and styles out of the DOM. What it does is basically check whether or not a specific plugin/ script/style should be imported, and then imports it. The concept is similar

[jQuery] Re: Re-invoking the jQuery config file dynamically

2008-04-03 Thread ajpiano
i tend to think it's one of these very application specific errors that requires all the bizarre permutations, rather than just sample code... --adam On Apr 3, 3:40 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: That's weird. I used almost exactly your code with the latest SVN and I get no

[jQuery] Re: flickering side effect in IE 7

2008-04-03 Thread brwalias
i will give that a shot. thanks! On Apr 3, 1:48 pm, Rick Faircloth [EMAIL PROTECTED] wrote: Don't know if this will help your situation or not, but I had some flickering problem with a simple slide toggle, which sounds similar to what you're describing. The solution was to set a min-height

[jQuery] Re: ToolTip Plug Crashes (bassistance)

2008-04-03 Thread Kyle Holder
Perfect. Thank You! On Apr 3, 4:52 pm, Jörn Zaefferer [EMAIL PROTECTED] wrote: Kyle Holder schrieb: Hi, I have a page with about 30 instances of the tool tip object on them. These are dynamically updated divs. In order to change the text inside the tooltip, you need to re-initialize

[jQuery] Re: Viewport moving when toggle or slideToggle used

2008-04-03 Thread Karl Swedberg
On Apr 3, 2008, at 5:04 PM, SnapShot wrote: I'm using slideToggle to show and hide a list of images on my page. When slideToggle gets called, if the browser window is scrolled down at all it immediately scrolls back to the top of the page. Any thoughts? I'm guessing that you're clicking

[jQuery] storing jquery object in array

2008-04-03 Thread ScottBruin
Please pardon my poor understanding of javascript basics: I've been using the following method to create an object array of variables: $.searchfunction = { searchbox: $('#searchinput'), url: 'http://localhost', targetdiv: $('#results'),

[jQuery] Re: Superfish Richard Willis - second tier static

2008-04-03 Thread Deborah
just an update, managed to make it work, just changed the selectors to the second tier child li elements in line 51 codehasUl = function(){ return $.superfish.op.oldJquery ? 'li li[ul]' : 'li li:has(ul)'; };/code I still have a problem with the position of the third tier drop downs in Opera 9,

[jQuery] Re: Logic issue - can jQuery help?

2008-04-03 Thread Shawn
I've worked through a sample using an indexing hash object. (is there a better term for this sort of thing?). It seems this is working out rather well. Basically I have code that looks something like this: var index = {}; for (var x=0; x json.length; x++) { var curItem = json[x];