[jQuery] trigger click on an anchor

2009-07-13 Thread sso
if I have a link on my page like this triggerclick should I be able to click it with jquery? on event { $('#clickme').trigger('click'); } or will it disallow it because its linking to a file

[jQuery] Thickbox and loading a url with '?' parameters

2009-07-21 Thread sso
Subject pretty much sums it up. Thickbox uses ?param1=xx¶m2=yy to load content into an iframe. The problem is the url I want to load also contains params. So I end up with mysite.com/index.php?x=1&y=2?param1=xx¶m2=yy and it only loads mysite.com/index.php Any way to work around those or a mo

[jQuery] Truncate plugin - Alternatives?

2009-07-22 Thread sso
I posted a while ago about the Truncate plugin not preserving html links in FF. I like the plugin, but it needs to present properly in FF. I couldn't figure it out and nobody responded. Is there any other plugins that provide similar funcationality? Thanks! :)

[jQuery] Re: Truncate plugin - Alternatives?

2009-07-22 Thread sso
On Jul 22, 12:08 pm, Charlie wrote: > http://plugins.learningjquery.com/expander/ > I've had good success with it > sso wrote:I posted a while ago about the Truncate plugin not preserving html > links in FF. I like the plugin, but it needs to present properly in FF. I >

[jQuery] Thickbox Image Galleries - How to make the thickbox bigger

2009-08-19 Thread sso
Subject pretty much says it. On my screen the thickbox is about 600px when opened. The image is 1200x1000 so it can afford to be bigger. How can I change this? I'm looking in the css and not seeing an obvious answer.

[jQuery] Help getting started with JSON (and PHP)

2009-08-27 Thread sso
I need to return several values and I'd rather do it all in one ajax call. However there doesn't seem to be anything in data. Perhaps I'm way off here. I appreciate any guidance you can give me. Thanks :) This is my jquery $('#cart-pulldown').livequery('click', function(event){

[jQuery] Re: Help getting started with JSON (and PHP)

2009-08-27 Thread sso
.getJSON call... because that will indicate that your JSON > > is indeed valid, because if it isn't, you'll never make it into the > > success event > > > On Aug 27, 11:01 am, sso wrote: > > > > I need to return several values and I'd rather do it al

[jQuery] Re: Help getting started with JSON (and PHP)

2009-08-27 Thread sso
On Aug 27, 11:45 am, MorningZ wrote: > I would suggest using Firefox and FireBug to "watch" what comes back > from your $.getJSON call... because that will indicate that your JSON > is indeed valid, because if it isn't, you'll never make it into the > success ev

[jQuery] Re: Help getting started with JSON (and PHP)

2009-08-27 Thread sso
7;t, you'll never make it into the > > success event > > > On Aug 27, 11:01 am, sso wrote: > > > > I need to return several values and I'd rather do it all in one ajax > > > call.  However there doesn't seem to be anything in data.  Perhaps I

[jQuery] Superfish - align to bottom of div

2009-05-21 Thread sso
Hi, I have a div and I would like to align super fish menu to sit at the bottom of it. Doing it this way, superfish ul seems to have a margin-bottom of 16px and I can't seem to get rid of it. I'm open to suggestions or doing it a completely different way. Thanks! HTML: Tuners Amps Wi

[jQuery] tablesorter doesn't do anything, it doesn't show up, it doesn't create an error. Nothing.

2009-06-11 Thread sso
I've used tablesorter before. I know its not intended to be complicated, so I assume I'll want to slap myself when I figure out how simple the problem was. when I put other functions in my document.ready they work fine. from the head tag: $(document).ready(function(){

[jQuery] Re: tablesorter doesn't do anything, it doesn't show up, it doesn't create an error. Nothing.

2009-06-11 Thread sso
7;t include > the CSS. > > aquaone > > > > On Thu, Jun 11, 2009 at 11:06, sso wrote: > > > I've used tablesorter before.  I know its not intended to be > > complicated, so I assume I'll want to slap myself when I figure out > > how simple the problem

[jQuery] Re: tablesorter doesn't do anything, it doesn't show up, it doesn't create an error. Nothing.

2009-06-11 Thread sso
It also doesn't list anything under "required" except for jquery- latest and tablesorter.js On Jun 11, 2:22 pm, sso wrote: > By css, you mean the theme?  (blue or green) ? > > On Jun 11, 2:09 pm, aquaone wrote: > > > > > Are you sure it's not wo

[jQuery] Re: tablesorter doesn't do anything, it doesn't show up, it doesn't create an error. Nothing.

2009-06-11 Thread sso
en it, but it still isn't being applied to the table. I'm at a loss. Thanks for the help aquaone :) I'm not giving up On Jun 11, 2:29 pm, sso wrote: > It also doesn't list anything under "required" except for jquery- > latest and tablesorter.js > > O

[jQuery] Positioning Thickbox

2009-06-23 Thread sso
Is there a parameter or method for positioning thickbox? The center of the page is usually ideal, but not always. I assumed something like this would work, but it doesn't seem to have any affect. ?KeepThis=true&TB_iframe=true&height=600&width=1000&left=200 Suggestions?

[jQuery] select box / - a way to wrap text?

2009-06-30 Thread sso
Thats it. How can I wrap text inside a select box? or perhaps I could allow the select box to flow over the div its in. That might actually be better now that I think of it :)

[jQuery] Re: select box / - a way to wrap text?

2009-06-30 Thread sso
scratch the last part, text wrapper is the way. Actually nevermind. Setting the width does exactly what I need, delete this post at will. On Jun 30, 11:30 am, sso wrote: > Thats it. > How can I wrap text inside a select box?  or perhaps I could allow the > select box to flow over th

[jQuery] thickbox and links that are in a select

2009-06-30 Thread sso
Ok, A better question. Hopefully I won't figure out the answer before I finish asking this one. Is it possible to have a select box, and when the item is selected have it open in a thickbox? This is easy to do with traditional anchor tags and its also easy to open links when they're selected fr

[jQuery] Re: superfish menu question

2009-06-30 Thread sso
I don't have a specific answer, but I find that usually happens when I change a margin/padding on hover and it doesn't match what it was before. On Jun 30, 10:16 am, Kody Thompson wrote: > how can i make the text stop sliding to the right on hover?

[jQuery] Re: Event for when a is changed?

2009-06-30 Thread sso
you might be able to use $('select').change(function(){ // do stuff }); On Jun 30, 7:22 pm, theozmanbo wrote: > How can I trigger a jquery event for when a user changes the option that is > selected in a select statement? I need to update a variable with the new > selected item when this happens

[jQuery] Re: thickbox and links that are in a select

2009-06-30 Thread sso
hidden tags that index to > options in your select > use $ triigger() function to click the appropriate tag when option is > selected > sso wrote:Ok, A better question. Hopefully I won't figure out the answer > before I finish asking this one. Is it possible to have a select bo

[jQuery] Firefox, Opera.. GOOOD!.... IE... Chrome... BAAD. Initiating a download from a listbox.

2009-07-02 Thread sso
hi I have a php script that initiates a download. This occurs when I file is selected from a drop down box and the js/jquery redirects them. Is there a reason this works perfectly in FF and Opera and has no response in Chrome/IE ? I tested the download code to execute when the page is loaded ra

[jQuery] select not catching mousedown event in IE and Chrome

2009-07-02 Thread sso
This is the code I am using to test this. In FF and Op. When I click on an option in the select box, the alert pops up. In IE and Chrome, it doesn't seem to catch it at all. $('.clickopt').mousedown(function(){ alert("test"); });

[jQuery] Re: Firefox, Opera.. GOOOD!.... IE... Chrome... BAAD. Initiating a download from a listbox.

2009-07-02 Thread sso
DELETE this please, its not the issue. I'll repost. Thanks!! On Jul 2, 9:44 am, sso wrote: > hi > > I have a php script that initiates a download.  This occurs when I > file is selected from a drop down box and the js/jquery redirects > them. > > Is there a reason

[jQuery] problem with events and tablesorter

2009-07-06 Thread sso
hi, I'm using table sorter. This problem only occurs on pages that aren't the first page. I have a class called 'clcls' on each individual cell in column. For testing purposes I have the click open an alert box. The class is applied to the cells, but on the second page in table sorter the clic

[jQuery] long paragraph - hide some of it and show all on click

2009-07-07 Thread sso
Not sure the best way to approach this. I would like all my text to be on the page (for seo reasons). for example --- Some text hidden below --- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse dapibus mi non enim convallis pharetra. Integer nisi dol

[jQuery] Re: long paragraph - hide some of it and show all on click

2009-07-07 Thread sso
truncate". > > 2009/7/7 sso : > > > > > > > Not sure the best way to approach this. > > > I would like all my text to be on the page (for seo reasons).  for > > example > > > --- > > Some text hidden below > > ---

[jQuery] truncate not perserving HTML

2009-07-08 Thread sso
Hi, I'm using truncate 2.3 It preserves my links to some degree, but the anchor ends up getting shifted to the right. For example I have a link on the word Pizza Shop Pizza Shop I apply truncate it ends up appearing as if the html was written as follows: Pizza shop Any ideas?

[jQuery] Seeking a plugin that .... emulates a selectbox but allows for more styling

2009-07-12 Thread sso
I'm looking for a selectbox plugin. Preferably something that doesn't actually use the select element. Suggestions?

[jQuery] Superfish Causing Horizontal Scroll, all browsers. Help!

2009-10-08 Thread sso
I'm using superfish menu. I haven't modified the style sheets at all. My document passes wc3 validation with no errors or warnings. This is the structure of my html . body { text-align:center; background-color:Black; } #wrapper { width: 800px; text-align:left; margin: 0

[jQuery] effect similar to windows task bar in auto-hide mode

2009-04-03 Thread sso
Hi I'm looking for a quick and easy way to have an effect similar to that of the windows taskbar in auto-hide mode. It would be especially nice if it stayed at the bottom of the page even while scrolling. Suggestions?