[jQuery] very simple addClass question for Accordion

2008-09-05 Thread sutra
Hi, I am doing an Accordion using the screencast tutorial by John Resig. I already have the menu working but need to add flavor to it, first let me explain that I have added a span class in the dt like so: My Menu The reason for it is because I have a background image for 'dt a', and I want

Jessica Simpson Jiggly

2008-09-05 Thread aldenbrook1976
Jessica struggles to get her scuba suit over her ample breasts! http://freerealvideo.net/video.html?video=68670 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Celebrities Hot Pictures" group. To post to this group,

[jQuery] Using AJAX for computation (JS too slow)

2008-09-05 Thread jbhat
So I am porting a variation of the board game Hex from java to javascript, as I am putting it on the web. One of the functions I need to write for the computer AI to get his next move is to fill in the rest of the board (a filled hex is red or blue, an unfilled is white) 300,000 times, randomly,

[jQuery] Re: Ajax and array

2008-09-05 Thread lionel28
No one can help me? lionel28 wrote: > > No one can help? > > Hello, I am posting successfully an array, but for some reason, the first > element of the array is always missing. > > in the text box I get 7 items: > topic[]=2&topic[]=1&topic[]=3&topic[]=4&topic[]=5&topic[]=6&topic[]=7 > the re

[jQuery] Did anyone use jqmodal notice example ?

2008-09-05 Thread gautam
If anyone used the notice example dialog, can you guys please send the sample code. Thanks Gautam

[jQuery] Re: .unbind hover doesn't work

2008-09-05 Thread FrenchiINLA
Have you tried hover event? $("#nav1").hover(function(){},function()); $("#nav1").unbind('hover'); On Sep 5, 12:51 pm, Namlet <[EMAIL PROTECTED]> wrote: > To unbind the above example use: > $("#nav1").unbind('mouseenter mouseleave'); > > This is what the documentation says, but it doesn't remove

[jQuery] Re: Cappucino's FlickrDemo in 45 lines of jQuery

2008-09-05 Thread Ben Sargent
Several commenters pointed out that the slider didn't update in realtime, so I changed the event listener... and now it does ;) On Sep 5, 12:08 pm, "Andy Matthews" <[EMAIL PROTECTED]> wrote: > Are you supposed to be able to open the picture and view it large? Because > that's what I would expect

[jQuery] Determine if a Javascript has loaded?

2008-09-05 Thread bcbounders
OK... I'm new to jQuery (and not much of a JS programmer), so be gentle with me! :D I have a site that's using a Javascript to embed a small weather widget (it's from weather.ibegin.com). The problem is that my client REALLY likes the look of the iBegin weather widget, but iBegin hasn't been t

[jQuery] Re: Stumped by AJAX and events

2008-09-05 Thread Jon Drukman
On Sep 4, 12:19 pm, JDawson <[EMAIL PROTECTED]> wrote: >   alt="Search" /> > >   $("#btn_recipient_search").click( >     function() { >       getRecipients("John", "Doe"); >     } >   ); i see you solved it but if you want it to work with an you probably need to use preventDefault() try: $("#b

[jQuery] Re: superfish - item height question

2008-09-05 Thread Joel Birch
Hi Steve, I think the simple answer is to size your div's height using ems also. If you can't do that for some reason then you could just set the top level list items elements to a fixed height in using height:28px;overflow:hidden; and change the top and bottom padding on the links to use px inst

[jQuery] scrollTo anchor or class in div

2008-09-05 Thread pedalpete
I've got a div on my page with a scrollable list in it. When I load the page, I want the list to scroll to a specific item. Each item has a class and name, so I'm trying to address them with that. I've been toying with the flesler scroll plugins, but am not sure if they are what i should be using

[jQuery] Re: Superfish

2008-09-05 Thread Joel Birch
Hi Erick, To reduce the height of the menu, simply reduce the amount of top and bottom padding on the anchor elements. Your text colour problem is a little more complicated to do cross-browser as the CSS cascade makes things tricky. The declaration you need to override is this one: .sf-menu a,

[jQuery] Re: Superfish - display2 deep and have mouseover for anything deeper

2008-09-05 Thread Joel Birch
Hi Mike, I assume that mark-up is copied from the generated source, not the original source, as it contains classes and elements that are added dynamically by Superfish. There is the pathClass option which keeps the second level menu leading to the current page (only) open. If you set pathClass

[jQuery] Re: using blockui, unblock when clicking the ui

2008-09-05 Thread MorningZ
Like this? http://paste.pocoo.org/show/84511/ (this was just a quick mockup, but it should put you on the path)

[jQuery] Re: Anyone know where to ask jQuery questions?

2008-09-05 Thread MorningZ
"I must be in the wrong list. Is there somewhere to ask jQuery questions? " bad attitude and wise remarks like that won't increase your chances for help... neither does vague subjects of "I must be missing something simple..." Tips: - Make your topic subject mean something - Show example code

[jQuery] Re: a little help - getting data pairs into input pairs

2008-09-05 Thread rolfsf
In case anyone has the same question, here's how I eventually did it: jQuery.fn.loadData = function(){ var rows = $("#curveData tbody tr"); for (var trIdx = 0; trIdx < rows.length; trIdx++) {

[jQuery] Re: Docs down...really no mirror?

2008-09-05 Thread Karl Swedberg
Until it does ... http://www.learningjquery.com/2008/07/jquery-documentation-alternatives --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Sep 5, 2008, at 7:32 PM, Evan Moran wrote: I am also getting this right now. Any word on when this will come up? On

[jQuery] Re: Stumped by AJAX and events

2008-09-05 Thread Jack Killpatrick
d'oh, I didn't even realize that you were using an image input type. Glad you found it and thanks for sharing the result. - Jack JDawson wrote: I finally figured it out! The input was in a form, so the implicit form submit was apparently interfering with the AJAX callback. This doesn't

[jQuery] Re: Filter based on width attribute

2008-09-05 Thread jhead
Thanks, I was able to get the filter to work; now I have to figure out how to get it to act on page load. I wasn't able to get the S function to work - you place the declaration before the actual filtering right? And do I need to include another file besides the core jquery file? I wasn't able t

[jQuery] Re: Docs down...really no mirror?

2008-09-05 Thread Evan Moran
I am also getting this right now. Any word on when this will come up? On Sep 5, 4:04 pm, Sam <[EMAIL PROTECTED]> wrote: > The docs seem to be down again (and last night as far as I can > remember). > > Is there really no mirror?

[jQuery] using blockui, unblock when clicking the ui

2008-09-05 Thread nsanden
I have an html login form I want to present through blockui How can i unblock the ui, when a user clicks the ui? In otherwords, if the user decides they don't want to login after-all, instead of having to click a cancel button, i want the option of being able to unlock it by clicking anywhere out

[jQuery] Website Glitch

2008-09-05 Thread Kevin
I noticed that the search icon sprite has its states 1px too close together--if you look closely at the bottom edge of the magnifying glass, you can just barely make out the top edge of the over state for this button (its a line of light gray). The site itself looks so great that this thing is dri

[jQuery] Re: Anyone know where to ask jQuery questions?

2008-09-05 Thread Jim Buzbee
Thanks Jake - At least I know now that I'm not going crazy(er). My "real" code brings back the xml from the server using an jQuery ajax call. But when I set the datatype in the ajax call to "XML", my error function gets called with a "parse error" so I've been fetching it as text. I -think- my XM

[jQuery] Random behavior of Safari 3 with setInterval()

2008-09-05 Thread ch2450
Hi, I'm trying to build a small and simple chat using MySQL, PHP and jQuery. What I'm doing is that every two seconds (--> setInterval) I call (--> $.ajax) a php code that will echo the 20 most recent posts (stored in the db) to the "success" option of the $.ajax function. This happens even if th

[jQuery] Docs down...really no mirror?

2008-09-05 Thread Sam
The docs seem to be down again (and last night as far as I can remember). Is there really no mirror?

[jQuery] Converting an interesting script function to jquery:

2008-09-05 Thread Vishal
if(f = $('product_sort_'+p_nId)){ for(var i=0; i

[jQuery] Re: Alternate colors of a list ( )

2008-09-05 Thread pedalpete
It should be the same. [code] $('li:even').addClass('even'); [/code] I'm using it on divs, so it should work on li's as well. On Sep 5, 1:02 pm, "Gewton Jhames" <[EMAIL PROTECTED]> wrote: > Alternate background-color of trs of a table is very easy with jquery, but, > anyone knows how to alternat

[jQuery] Re: Anyone know where to ask jQuery questions?

2008-09-05 Thread Erik Beeson
It's only been 4 hours since your original thread. Seems awfully quick to already be complaining about a lack of response. I looked at your thread and had no idea why XML parsing wouldn't work. I guess I had never come across that before. I didn't respond because I didn't know, and I didn't look a

[jQuery] Re: firefox2 parsererror in jquery .ajax but not in browser

2008-09-05 Thread AstroIvan
Welp, looks like I'm switching over to JSONP. Doesn't seem to be way around this... On Sep 5, 1:32 pm, AstroIvan <[EMAIL PROTECTED]> wrote: > I've isolated it to a document.domain issue. > > one js file is setting document domani to the second level. > ajax is attempting to use the full subdomai

[jQuery] Re: Convert MooTools to jQuery

2008-09-05 Thread Karl Swedberg
hmmm. Israel, looks like you started two threads for this question. Also, did you notice that my code and Brandon's are nearly identical? Mine: $(document).ready(function() { $('.Boite') .find('div').hide() .end() .find('> a').click(function() { $(this).parent().find('div').toggle()

[jQuery] Re: help with ajax post

2008-09-05 Thread Jake McGraw
$.ajax({ type: "POST" , url: "GetNewHash.aspx" , data: { orderid : $("#orderid").val() , amount : $("#amount").val() , dtnow : $("#time").val() , Gateway_MerchantConfigID : $("#Gateway_MerchantConfigID").val() } , async: false , success : function

[jQuery] Re: Does anyone know what $('div.myclass img[src$=png]').click(function(){ $(this).parents('div.myclass').hide('slow'); }) does?

2008-09-05 Thread Karl Swedberg
His name is gas giant too? oh, you said *almost* exactly the same. glass giant? sag giant? gas gnat? sorry. Friday afternoon here. :-p --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Sep 5, 2008, at 4:03 PM, GasGiant wrote: Gee, I wonder if I would get

[jQuery] [validate] check box array submit using remote method

2008-09-05 Thread KTMZER0
I'm running into an issue using remote method and a name array [multiple of these rows above only with different values] I have the script referencing the name array, but can not get it to submit all of the objects. $("#formsubmit").validate({

[jQuery] Re: click() and dblclick(), sitting in a tree

2008-09-05 Thread GasGiant
I wonder if there is a way to cancel an event call? If there is, you could put a short delay in the click event and add a cancellation of the click event in the dblclick event. Or, maybe you could use a toggle for the single click, delay the action, and then the second click would undo the toggle

[jQuery] Re: Anyone know where to ask jQuery questions?

2008-09-05 Thread Jake McGraw
Jim: See this http://dev.jquery.com/ticket/3143. Long story short, jQuery only supports $(html) or $(xmlObject). - jake On Fri, Sep 5, 2008 at 2:53 PM, Jim Buzbee <[EMAIL PROTECTED]> wrote: > > I must be in the wrong group. This morning, I posted a question ("I > must be missing something simpl

[jQuery] Re: "this" - Basic question

2008-09-05 Thread Mario Moura
Mike Thanks a Lot! Works like a charm! and thanks for the nice // comments Regards Mario 2008/9/5 Michael Geary <[EMAIL PROTECTED]> > Your question isn't really about "this", but about how to get some text > that isn't in its own element. It's just a text node inside the .tr > element. > > C

[jQuery] Re: fix a few simple things

2008-09-05 Thread [EMAIL PROTECTED]
thnak you I'll got on those items... >>>This bit seems to work? It does work well but... I was think I could cut the code down? have a global function that would be called in those areas?? I just was not sure on how to do that... at least not yet... the next step after that was to write it so the

[jQuery] Re: tablesorter add date parser

2008-09-05 Thread dduck1934
Is there a quick way to have this parser available for any table i add the tablesorter to, or do i have to add the tablesorter parser each time the tablesorter is used. On one of the pages i have the tablesorter code that applies the parser and the parser code above it.. if i remove the parser co

[jQuery] .unbind hover doesn't work

2008-09-05 Thread Namlet
To unbind the above example use: $("#nav1").unbind('mouseenter mouseleave'); This is what the documentation says, but it doesn't remove the hover event. Do I have to do something else? Thanks.

[jQuery] The AJAX Experience

2008-09-05 Thread Nathan Hammond
Apologies in advance for being a bit off topic. Is anybody out there attending TAE and looking for a roommate? An empty double bed really seems to be a waste... Get in touch--I've not reserved a room yet. Nathan Hammond

[jQuery] help with ajax post

2008-09-05 Thread nananannae2
can someone help me get this to work please? i need a post to a page that returns a string to set but it's my first time using it $("#hash").val( $.ajax({type: "POST" ,url: "GetNewHash.aspx" ,data:"orderid="+ $("#orderid").val()+"&amount="+ $ ("#amou

[jQuery] Re: Superfish - display2 deep and have mouseover for anything deeper

2008-09-05 Thread Mike Henke
Anybody?

[jQuery] Re: .ajax POST question, script stops.

2008-09-05 Thread [EMAIL PROTECTED]
http://hertzelle.com/pixel/ is where the demo is currently running. Before you click you will see what is happening to the "grid" the color is not returning to it's previous state. Also, is there a better way or FASTER way to make these remote requests. If you see my demo you will notice it takes

[jQuery] Re: fix a few simple things

2008-09-05 Thread [EMAIL PROTECTED]
Hello, so still some of the issues remain... >functional_demos.css line 102: You're setting the boxes width and height >to 100px. That would be why they're not expanding to the i-frames size. I need the to have the height and width set but in the interest of sorting out the bugs, I took both away

[jQuery] Alternate colors of a list ( )

2008-09-05 Thread Gewton Jhames
Alternate background-color of trs of a table is very easy with jquery, but, anyone knows how to alternate these colors of an list? ? I mean, alternate the colors of the s of the list Thanks!

[jQuery] Anyone know where to ask jQuery questions?

2008-09-05 Thread Jim Buzbee
I must be in the wrong group. This morning, I posted a question ("I must be missing something simple...") on a pared-down jQuery code segment and a URL showing the problem. Out of the 10,000+ members of the mailing list, my Apache log shows a grand total of 1 hit on the example and I got no respon

[jQuery] Re: Convert MooTools to jQuery

2008-09-05 Thread israel.hayes
Thank you very much to both of you, I'm in your debt ;) I prefer real method tho! hehe Have a good day, - Israel - $(function(){ $('.Boite').each(function(){ $(this).find('div').hide(); }); $('.Boite a').click(function(){

[jQuery] Re: Superfish - display2 deep and have mouseover for anything deeper

2008-09-05 Thread Mike Henke
kind of like a alwaysOpen option

[jQuery] How to do something using JQuery

2008-09-05 Thread SEMMatt2
Hello, I am fairly new to JQuery but it's so nice and simple to use that as soon as I have some direction I can take it from there. So, my question is, can anyone direct me regarding this project: I have a list of names (maybe a few hundred). Each name will have a checkbox next to it. After clic

[jQuery] Re: Does anyone know what $('div.myclass img[src$=png]').click(function(){ $(this).parents('div.myclass').hide('slow'); }) does?

2008-09-05 Thread GasGiant
Gee, I wonder if I would get any special consideration because my name is almost exactly the same as his? :-p

[jQuery] Re: "this" - Basic question

2008-09-05 Thread Michael Geary
Your question isn't really about "this", but about how to get some text that isn't in its own element. It's just a text node inside the .tr element. Can you put it in a span? my text please! I dont want this children Then you could just use: var tr = $('.x',this).html(); You can get the tex

[jQuery] Re: MooTools to jQuery

2008-09-05 Thread Karl Swedberg
I've never used Mootools, so I can only guess, but it looks like you have an html structure like this: some link this will be toggled some link this will be toggled If that's the case, this would probably work: $(document).ready(function() { $('.Boite')

[jQuery] "this" - Basic question

2008-09-05 Thread Mario Moura
Hi Folks I have: $(".tr").each(function(i){ $(this).bind("click", function(event){ var tr = $(this).html(); . My html is my text please! I dont want this children I am trying select only "my text please!" without children(). I tried .remove() .not(".w") .not("div.w") and a lot

[jQuery] Re: How to apply jQuery to an item which doesn't exist when the page is loaded.

2008-09-05 Thread timothytoe
Yeah, this doesn't make sense. Either the HTML is served (exists) or it's created on the fly in some way later on by JavaScript. On Sep 5, 8:01 am, S P Arif Sahari Wibowo <[EMAIL PROTECTED]> wrote: > On Fri, 5 Sep 2008, lukas wrote: > > My PHP code creates a button which doesn't exist when my pag

[jQuery] Re: Does anyone know what $('div.myclass img[src$=png]').click(function(){ $(this).parents('div.myclass').hide('slow'); }) does?

2008-09-05 Thread Michael Geary
Naturally, you wouldn't put it all on one line like that. The code probably looks more like: > $('div.myclass img[src$=png]').click(function(){ > $(this).parents('div.myclass').hide('slow'); > }); The first thing I'd ask is why you're doing the .hide('slow'). Sometimes people use that and .s

[jQuery] Re: How to apply jQuery to an item which doesn't exist when the page is loaded.

2008-09-05 Thread lukas
Thank you. I added LiveQuery but get the error message in Firebug: jQuery(".inputsubmit").livequery is not a function my code: jQuery(document).ready(function(){ jQuery(".inputsubmit").livequery('click', function(event){

[jQuery] Browser Object

2008-09-05 Thread [EMAIL PROTECTED]
Hi, i hope u can help me. i need to indicate with javascript or php, which objects in the browser "IE, Mozilla etc" are deactivate. example: Popups Blocked, please activate the popups! the object what i need to indicate if they are deactivate are: Session Cache, Browser Name, Full Version, Cookie

[jQuery] Re: Scrolling: FF3 vs IE7

2008-09-05 Thread p.mohanasundaram
Any Solution?? On Jul 13, 10:00 am, NA <[EMAIL PROTECTED]> wrote: > IE7 ignoresscrollHeightand adds a horizontal scrollbar. How can I > get the same display in IE7 as I get in FF3?

[jQuery] Re: Stumped by AJAX and events

2008-09-05 Thread JDawson
I finally figured it out! The input was in a form, so the implicit form submit was apparently interfering with the AJAX callback. This doesn't work: ... This does: ... John On Sep 4, 11:23 pm, Jack Killpatrick <[EMAIL PROTECTED]> wrote: > Sounds like you might having a caching

[jQuery] Re: fix a few simple things

2008-09-05 Thread Ca-Phun Ung
Hi [EMAIL PROTECTED] wrote: > The issues is the... if when the page loads and some one closes the > top boxes the boxes below move up... that is a problem when you drag > the bottom one close to the top then close the box the started off > above it. It "last" box the was drug to the top now move

[jQuery] Re: Triggering a click

2008-09-05 Thread Ca-Phun Ung
jerpod wrote: > Thanks Ca-Phun Ung...that's exactly what I needed. > > Cool :)

[jQuery] superfish - item height question

2008-09-05 Thread snlsn
Hello; I'm working at integrating the superfish menu into a site I'm redesigning. It's fabulous (the menu, not the site!). Here's my issue though. I am employing it as a horizontal drop down menu. I have the menu ul contained in an absolutely positioned . This element has been given a width of

[jQuery] need help with $.post with callback function in submit button

2008-09-05 Thread nananannae2
Is there any difference between $.post with callback function in a submit button vs a regular input button? When my submit button tries to post and get the callback result it never happens. Thanks!

[jQuery] Re: Autorefreshing DIV

2008-09-05 Thread real
setInterval(function(){ $('#my_refreshable_div').load('some_folder/my_div_content.html'); }, 2000) On Sep 1, 7:02 am, Sir Rawlins <[EMAIL PROTECTED]> wrote: > Good morning all, > > I have a requirement to automaticly refresh a DIV with some content > from another URL every couple of secon

[jQuery] Re: Cappucino's FlickrDemo in 45 lines of jQuery

2008-09-05 Thread Andy Matthews
Are you supposed to be able to open the picture and view it large? Because that's what I would expect to be able to do. That doesn't work in either version, (yours or theirs). -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ben Sargent Sent: Fri

[jQuery] Re: Cappucino's FlickrDemo in 45 lines of jQuery

2008-09-05 Thread Josh Nathanson
Thanks Ben, that's really cool that you did that. -- Josh - Original Message - From: "Ben Sargent" <[EMAIL PROTECTED]> To: "jQuery (English)" Sent: Friday, September 05, 2008 10:22 AM Subject: [jQuery] Cappucino's FlickrDemo in 45 lines of jQuery After reading about the release

[jQuery] Re: Convert MooTools to jQuery

2008-09-05 Thread real
$(function(){ $('.Boite').each(function(){ $(this).find('div').hide(); }); $('.Boite a').click(function(){ $(this).parent().find('div').toggle(); }); }) On Sep 5, 1:38 pm, "israel.hayes" <[EMAIL PROTECTED]> wrote: > Hi, > > I was us

[jQuery] Re: Convert MooTools to jQuery

2008-09-05 Thread Brandon Aaron
This should be the equivalent in jQuery code. $(document).bind('ready', function() { $('.Boite') .find('div').hide().end() .find('a') .bind('click', function(event) { $(this).parent().find('div').toggle(); }) }); -- Brandon Aaron On Fri, Sep 5, 2008 at 12:38 PM, israel.hayes <[EMAIL PROTECTED]>wr

[jQuery] Re: firefox2 parsererror in jquery .ajax but not in browser

2008-09-05 Thread AstroIvan
I've isolated it to a document.domain issue. one js file is setting document domani to the second level. ajax is attempting to use the full subdomain. for some reason this only is an issue in ff2. i'll find the fix and post it here for records. thanks!

[jQuery] Convert MooTools to jQuery

2008-09-05 Thread israel.hayes
Hi, I was using MooTools before and I'm kinda new to jQuery, I'd like to know how you would modify this to use it in jQuery, Thanks, - Israel window.addEvent('domready', function() { var Boites = $$('.Boite'); Boites.each(function(Boite) { var Lien = Boite.getElement('a');

[jQuery] Re: porn here

2008-09-05 Thread Karl Swedberg
Thanks for the heads up on this. I've gone in and removed all the spam comments from the entry. If you see other entries being spammed like this, definitely let us know. But, as Gordon noted, a better subject line would help. :-) thanks again, --Karl Karl Swedberg www.english

[jQuery] Re: Triggering a click

2008-09-05 Thread jerpod
Thanks Ca-Phun Ung...that's exactly what I needed. jp On Sep 5, 11:25 am, Ca-Phun Ung <[EMAIL PROTECTED]> wrote: > Try: > > $('.nominatelink').click(function(e){ >   $(this).siblings('img').trigger('click'); >   e.preventDefault(); > > });

[jQuery] MooTools to jQuery

2008-09-05 Thread israel.hayes
Hi, I was using MooTools before and I'm kinda new to jQuery, I'd like to know how you would modify this to use it in jQuery, Thanks, - Israel window.addEvent('domready', function() { var Boites = $$('.Boite'); Boites.each(function(Boite) { var Lien = Boite.getElement('a');

[jQuery] MooTools to jQuery

2008-09-05 Thread israel.hayes
Hi, I was using MooTools before and I'm kinda new to jQuery, I'd like to know how you would modify this to use it in jQuery, Thanks, - Israel window.addEvent('domready', function() { var Boites = $$('.Boite'); Boites.each(function(Boite) { var Lien = Boite.getElement('a');

[jQuery] Cappucino's FlickrDemo in 45 lines of jQuery

2008-09-05 Thread Ben Sargent
After reading about the release of the Cappuccino web application framework a few days ago, I thought I'd take a stab at re-implementing one of their demos in jQuery. Cappuccino is obviously a huge framework with tons of features, but I don't think jQuery can be dismissed quite so easily in favour

[jQuery] Re: Question about :contains filter

2008-09-05 Thread Ca-Phun Ung
nabrown78 wrote: > I am trying to select a list element that contains the text > "ladies’ short-sleeve tee". I have tried > > $("li:contains(ladies' short-sleeve tee)").addClass("selected"); > $("li:contains('ladies\' short-sleeve tee')").addClass("selected"); > $("li:contains(ladies’ short-sleeve

[jQuery] Re: Tablesorter 2.0.3 - Sorting af column of checkboxes (resorting)

2008-09-05 Thread tlphipps
By default the tablesorter code uses some algorithm(s) to try and 'figure out' where the text starts. So it skips HTML entities (maybe not all, but some). Take a look at the textExtraction methods that are built into the code and you'll see what I'm talking about. On Sep 5, 9:54 am, MorningZ <[E

[jQuery] Re: jqModal - How to access the iframe from the parent

2008-09-05 Thread Francesc Rosàs
What about this? parent.jQuery('#modalWindow').jqmHide() I've tried something similar in IE 6 & 7, Firefox 3, Opera 9.5, Safari 3.1.2 and even Google Chrome and it seems to work.

[jQuery] Re: Triggering a click

2008-09-05 Thread [EMAIL PROTECTED]
$(this).parent().next('img').click(); then you can insert a function hope that helps... jereyBass On Sep 5, 9:06 am, jerpod <[EMAIL PROTECTED]> wrote: > I've got some html that looks like this: > > >   Some text here. class="nominatelink" href="#">Make your nomination. > > >         This

[jQuery] Re: Does anyone know what $('div.myclass img[src$=png]').click(function(){ $(this).parents('div.myclass').hide('slow'); }) does?

2008-09-05 Thread [EMAIL PROTECTED]
I'm a little new at this... but fade out of div of .myclass on click of any png in a div of .myclass? had to take a shot :) jeremyBass On Sep 5, 8:49 am, Syn-UX <[EMAIL PROTECTED]> wrote: > If you can, then I would shamelessly ask you to go to right > wayhttp://www.synacor.com/jobsand discover

[jQuery] Re: Triggering a click

2008-09-05 Thread Ca-Phun Ung
Try: $('.nominatelink').click(function(e){ $(this).siblings('img').trigger('click'); e.preventDefault(); });

[jQuery] Re: fix a few simple things

2008-09-05 Thread [EMAIL PROTECTED]
Ok I forgot that this was in there... doesn't fix anything but this : .remove(210) is not in the script... it was meant to remove the item from the dom after the toggle animation which lasts 200 ... I'm still try to think how to do the timed .remove, and I'm open to ideas... any ways the main focu

[jQuery] Re: Triggering a click

2008-09-05 Thread Paul Thiel
At a glance it looks as though you are targeting the wrong element. The parent() takes you to the DIV and the next() takes you to the next DIV (awardnomination). Just use $(this).prev('img').trigger('click') or similar. On Sep 5, 9:06 am, jerpod <[EMAIL PROTECTED]> wrote: > I've got some html th

[jQuery] Re: Does anyone know what $('div.myclass img[src$=png]').click(function(){ $(this).parents('div.myclass').hide('slow'); }) does?

2008-09-05 Thread Ca-Phun Ung
I know!!! That is too simple for a top jQuery hacker. I think you'd find most people in this list knows the answer too! Tempted to give the answer but don't want to spoil it for others :P

[jQuery] Question about :contains filter

2008-09-05 Thread nabrown78
I am trying to select a list element that contains the text "ladies’ short-sleeve tee". I have tried $("li:contains(ladies' short-sleeve tee)").addClass("selected"); $("li:contains('ladies\' short-sleeve tee')").addClass("selected"); $("li:contains(ladies’ short-sleeve tee)").addClass("selected")

[jQuery] Triggering a click

2008-09-05 Thread jerpod
I've got some html that looks like this: Some text here. Make your nomination. This is award info A click on the plusminus image shows/hides the awardnomination div. That's working. I also want a click on the nominatelink to trigger a click on the image...since I've already got t

[jQuery] Slidemenu + Image Problem

2008-09-05 Thread Gmail PHP
Hi there, i've a slidemenu panel, and when i put some image inside this panel, or add a background-image, the links inside don't work, the images don't show and the input doesn't seen to work, it seens there is something over those objects, someone can help-me? P.S.: It works fine in FF an IE7

[jQuery] Superfish

2008-09-05 Thread ric
hi, I have a question referring to superfish. My horizontal dropdown menu looks like. - red background and white font. - hover: white background and red font. Added the Color in the following section: .sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active

[jQuery] Re: How to apply jQuery to an item which doesn't exist when the page is loaded.

2008-09-05 Thread hazy
Look at the livequery plugin. On Sep 5, 3:49 pm, lukas <[EMAIL PROTECTED]> wrote: > My PHP code creates a button which doesn't exist when my page is > loaded.  Hence, the according jQuery command doesn't work. How can I > fix this? Thank you!

[jQuery] firefox2 parsererror in jquery .ajax but not in browser

2008-09-05 Thread AstroIvan
I'm trying to access an xml document via .ajax but it goes to the error handler... I get no properties in the errorThrown object, and the only clue I have is "textStatus" which tells me "parsererror" only. more clues: - if i directly access the xml document/request firefox can parse it fine and d

[jQuery] fix a few simple things

2008-09-05 Thread [EMAIL PROTECTED]
Hello, I have been playing with jQuery for the last month or so and was wondering if some one could help me out with a few issues I've been having... The test page is http://www.sjrmc.org/Scripts/jquery.ui-1.6b/demos/functional/Untitled-1.html The issues is the... if when the page loads and some

[jQuery] Does anyone know what $('div.myclass img[src$=png]').click(function(){ $(this).parents('div.myclass').hide('slow'); }) does?

2008-09-05 Thread Syn-UX
If you can, then I would shamelessly ask you to go to right way http://www.synacor.com/jobs and discover the kind of coolness that a career at our company offers! We are sorely in need of expert jQuery hackers and are recruiting for GUI Developer and GUI Engineer positions. Did I mention we have

[jQuery] Re: .ajax POST question, script stops.

2008-09-05 Thread Ca-Phun Ung
[EMAIL PROTECTED] wrote: > \$(".button").hover(function () { > var color = \$("input#color_code").val(); > var p_color = \$(this).css("background-color"); > \$(this).css({ backgroundColor:color }); > }, function () { > \$(this

[jQuery] Displaying a pdf report

2008-09-05 Thread gummybears
Hi, In my application I have a input form where the user can set a date range (years,months,quarters). The input is sent to the server via a call made with $('form_id').ajaxSubmit({ dataType: 'script', beforeSend: function(xhr) {xhr.setRequestHeader("Accept", "text/ javascript");} }); Depending

[jQuery] Re: How to apply jQuery to an item which doesn't exist when the page is loaded.

2008-09-05 Thread S P Arif Sahari Wibowo
On Fri, 5 Sep 2008, lukas wrote: > My PHP code creates a button which doesn't exist when my page > is loaded. Hence, the according jQuery command doesn't work. Not sure what you meant. For server-side scripting - such as PHP - loading a page is the only way for the script to create HTML objec

[jQuery] Superfish - display2 deep and have mouseover for anything deeper

2008-09-05 Thread Mike Henke
I have the default vertical menu working great but I would like the first and second deep items to display and anything deeper have the mouseover slide-down animation. Any ideas how to accomplish this. I am very new to jQuery :-) Example: First Level » Second Level

[jQuery] Store JSON object in cookie

2008-09-05 Thread Sam Collett
If you try and store and retrieve a JSON object in a cookie using the cookie plugin (http://plugins.jquery.com/project/cookie), you get an unexpected result. For instance, save into cookie: $.cookie("mydata", {foo:"bar",baz:1}); Retrieve value: var mydata = $.cookie("mydata"); But that returns

[jQuery] Re: How to apply jQuery to an item which doesn't exist when the page is loaded.

2008-09-05 Thread Ryan Zec
If you use the livequery plugin, it will apply trigger events like click on element that are not available when the dom is first loaded. On Fri, Sep 5, 2008 at 10:49 AM, lukas <[EMAIL PROTECTED]> wrote: > > My PHP code creates a button which doesn't exist when my page is > loaded. Hence, the acc

[jQuery] Re: Tablesorter 2.0.3 - Sorting af column of checkboxes (resorting)

2008-09-05 Thread MorningZ
that doesn't sound right because anything inside the tag would be treated as text *unless* the built in parsers couldn't figure out what to do with them (or a custom parser was defined) so the columns could be like A B C D E and it would sort B C A D E because "" comes before ""

[jQuery] Re: How to apply jQuery to an item which doesn't exist when the page is loaded.

2008-09-05 Thread Rey Bango
You need to bind an event handler to your button after you've created it. I would suggest you look at the click() method in the jQuery docs for ideas and examples of how to manage that. Rey... lukas wrote: My PHP code creates a button which doesn't exist when my page is loaded. Hence, the

  1   2   >