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
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
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! :)
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
>
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.
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){
.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
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
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
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
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(){
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
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
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
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?
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 :)
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
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
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?
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
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
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
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");
});
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
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
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
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
> > ---
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?
I'm looking for a selectbox plugin. Preferably something that doesn't
actually use the select element.
Suggestions?
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
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?
31 matches
Mail list logo