User Profile

Collapse

Profile Sidebar

Collapse
Atlante
Atlante
Last Activity: Jun 6 '11, 12:11 AM
Joined: Dec 31 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • How to fix this jquery code to not conflict with other jquery functions

    Hi all, I have created a jquery menu (code is below), the problem is that it conflicts with a slider that rotates images in a separate unordered list further down in the page. How would I change this code so that it does not conflict with other ul and li elements?


    Code:
    <script type="text/javascript"> 
    $(document).ready(function(){
        $('#menu-topnavigation > li').hover(
    	    function() {
    ...
    See more | Go to post

  • Hey dgreenhouse, thanks for that reply, I searched for a way to eliminate the enter key and found that piece of code and switched the number from 13 to 32. I know this is the most unconventional way of doing it, so if by chance you may know how to modify it so that it only doesn't count the space bar, I'd gggreeeaaatttll lyyy appreciate your help!

    Thanks again for the reply!
    See more | Go to post

    Leave a comment:


  • Atlante
    replied to Floating right in IE 7
    Do you have a link to the page so we can see what you're trying to achieve?
    See more | Go to post

    Leave a comment:


  • Atlante
    started a topic How do I disable the space bar in a web form?

    How do I disable the space bar in a web form?

    Hello all! I have a web form where users will be able to type in a text box, text they would like to purchase as seen here.

    I have it set up so that the form automatically updates another form field by counting the characters typed. I'm using this code:

    Code:
    <input type='text' name='custom_text'
    onKeyDown="textCounter(this.form.custom_text,this.form.wpsc_quantity_update,100)"
    onKeyUp="textCounter(this.form.custom_text,this.form.wpsc_quantity_update,100,nospaces(this)"
    ...
    See more | Go to post

  • Atlante
    started a topic Remove parts of form submission

    Remove parts of form submission

    Hello all! I have the following form used to search for domain names in my website. I don't want the form to submit if the client enters a tld eg: .com .org or .net.

    Code:
        <form action="http://www.mydomain.com/clients/whmcs/cart.php?a=add&domain=register" method="post">
        <input type="hidden" name="token" value="4445754545" />
        <input type="hidden"
    ...
    See more | Go to post
No activity results to display
Show More
Working...