For custom formatting selects, try the linkselect plugin:
http://www.givainc.com/labs/linkselect_jquery_plugin.htm
Best,
--Carl.
On Jun 1, 1:25 pm, amuhlou wrote:
> Hey Everyone,
>
> I've been looking around the web for solutions to styling HTML form
> elements and haven't come up with much.
I'm using the tablesorter plugin, and have run into a small issue I
can't figure out how to solve:
One of the columns in my table contains titles, some of which are
books, others of which are articles or television episodes. The latter
two start with a double quote (“)...
So, for example, one ce
11, 2009 at 12:43 PM, clorentzen wrote:
>
> > Hi --
>
> > I've got a contact form here
>
> >http://www.dianlofton.com/contact.shtml
>
> > ...using the jquery.validate.js plugin. The form has an optional input
> > for a phone number, which I'd like to hav
Hi --
I've got a contact form here
http://www.dianlofton.com/contact.shtml
...using the jquery.validate.js plugin. The form has an optional input
for a phone number, which I'd like to have validated -- but only if
there is info in the input. If you look at the source code for that
page, you'll
; I intend to take another look at this asap.
>
> Try putting the window.scrollTo line outside the document.ready.
>
>
>
> On Thu, Mar 5, 2009 at 1:28 PM, clorentzen wrote:
>
> > Ariel --
>
> > Thanks again for responding. I've tried a few more thing
ll for me, on FF2.
> Using the back button won't animatedly scroll, the plugin isn't
> monitoring those changes.
>
>
>
> On Wed, Mar 4, 2009 at 7:28 PM, clorentzen wrote:
>
> > Ariel --
>
> > Thanks for your reply. If I go to my test page from one of the f
n:1500
> });
> $('#container').localScroll({
> axis:'x',
> hash:true,
> duration: 1000
> });
>
> });
>
> --
> Ariel Fleslerhttp://flesler.blogspot.com
>
> On Mar 4, 3:47 pm, clorentzen wrote:
>
> > Sorry, I hit "post&
ou!
On Mar 4, 1:43 pm, clorentzen wrote:
> Hi --
>
> I'm using the LocalScroll plugin, and having trouble getting it to
> work when passing the anchor through as part of the URL. Instead of
> scrolling to the appropriate anchor id, the window just moves a few
> pixels
Hi --
I'm using the LocalScroll plugin, and having trouble getting it to
work when passing the anchor through as part of the URL. Instead of
scrolling to the appropriate anchor id, the window just moves a few
pixels and stops.
Calling LocalScroll on links within the page works fine, but not when
Thanks! The lack of something else wrapping each s content was
indeed the problem.
On Dec 4, 1:34 pm, "Charlie Griefer" <[EMAIL PROTECTED]>
wrote:
> On Thu, Dec 4, 2008 at 10:28 AM, Charlie Griefer
> <[EMAIL PROTECTED]>wrote:
>
>
>
> > On Thu,
Hi --
I'm trying to hide all the contents from s within a table *except*
for the first in each ... I don't want to hide the s,
just their contents, but I'm having trouble finding the correct
selector(s) to accomplish this.
So, for example, if the table is:
one
two
three
four
five
six
I'
Dan --
Yep, that was it. Now the hover state of the parent nav panel doesn't
get disturbed. ...And you were right about the repercussions on the
placement of the dropdown. It's now appearing very far away from the
actual initial link, unfortunately.
Best,
--Carl.
Dan --
Yeah, I gathered that much. :)
When I winnow my .js file down to just the snippet you posted, the
error is still present. And I will admit that the complexity of what
you provided is a bit more than what I normally put together, so the
syntax of it eludes me somewhat.
So I'm not sure exa
Dan --
Thanks. I'm attempting what you suggested, but maybe my syntax is
incorrect? Firebug tells me "missing ) after formal parameters".
Can you point me in the right direction?
// replace select objects in the main content
$(document).ready(function (){
$('#container
I'm using the linkselect plugin to replace select objects in forms
with a custom look... The issue I'm having is that when these occur in
navigation menus/panels that appear on hover, hovering down onto the
replaced select object listing causes the actual navigation menu to
disappear, as if the ho
Hi --
I'm working on a site with a nav area that exposes panels/menus when a
parent is hovered over -- using hover(). Some of these panels
contain forms, including objects. When I click a select in
one of these nav menus, and then mouse over the options, it causes the
containing menu panel to d
Karl --
Also, fyi, the insertAfter method spec'd in the plugin doesn't seem to
play nice in Safari 3.1. But the other choice you mention in the
comments, appendTo, works just fine.
Best,
--Carl.
On Jul 6, 5:11 pm, clorentzen <[EMAIL PROTECTED]> wrote:
> Karl --
>
&g
>
> > One important thing to note is that your selector should be the
> > parent element of the elements you want to expand/collapse.
>
> > --Karl
> >
> > Karl Swedberg
> >www.englishrules.com
> >www.learningjquery.com
>
> > O
I am looking to add an expander/truncator feature to a site I'm
building. However, the plugins and other code snippets I've found cut
off text based on character count. What I'm looking for is something
that cuts off based on a specific number of paragraphs. So, for
example, inside a targeted div,
I'm trying to get the text contents of a list item that also contains
a nested list -- but only want the text content of the parent ,
and not the also contained within it. Markup would look something
like:
The list item text
Sub item one
Sub item two
Sub ite
I'm not sure if "toggling classes" is the right way to describe what
I'm having trouble with, so let me explain a little...
If you look at the example page here:
http://www.cement-site.com/menutest/test2.html
Here are the behaviors:
1) mousing over any of the four tabs produces a hover state
2)
I'm new to jquery (and am no javascript pro), and am having trouble
figuring out two things with a behavior that I've put together:
1) how do I simplify this code so that it can be used for numerous
instances on the page, without having to have repeats of the code with
the ids changed out? Can I
22 matches
Mail list logo