Search:

Type: Posts; User: bigalo; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    2,081

    Cloning multiple form elements.

    Hello,

    I'm in need of some help. I have a form that I want to clone and add up to 5 duplicates with slight changes. The changes are:


    Add a second question and another set of related radio...
  2. jquery iframe auto height adjust for cross domain use

    I'm wondering if anyone out there has a jquery solution to using an iframe that automatically adjusts it's height of the child and also works cross domain.

    Any help would be greatly appreciated.
  3. Replies
    14
    Views
    5,368

    YES! this is what I was trying to figure out. ...

    YES! this is what I was trying to figure out. I'll give it a try! Thanks again.
  4. Replies
    14
    Views
    5,368

    I've decided to just build out the hrefs in the...

    I've decided to just build out the hrefs in the code instead. and parse the link url from the xml file.


    Thanks!
  5. Replies
    14
    Views
    5,368

    That ideas was just an idea. I'll be fine with...

    That ideas was just an idea. I'll be fine with what I currently have. Thanks anyway.
  6. Replies
    14
    Views
    5,368

    Thanks so much John, One other question. I'll...

    Thanks so much John,

    One other question. I'll probably need to use CDATA in my xml file. I tried to parse it out and it's not working correctly. Is there something in the code that I need to...
  7. Replies
    14
    Views
    5,368

    This Perfect!!!! Thanks so much John! This is...

    This Perfect!!!! Thanks so much John! This is exactly what I was looking for. Also, thanks for the tip on the localhost, I never thought about that factor.
  8. Replies
    14
    Views
    5,368

    Thanks John, This is close, I actually wanted to...

    Thanks John,
    This is close, I actually wanted to rebuild the html in a different format as well. So essentially, I would have something like:

    If(whatever = the first li) {
    var html = '<li...
  9. Replies
    14
    Views
    5,368

    Parsing data from an xml file

    Hello,

    I'm trying to parse my data from an xml file now and print it out on the page based on date from my existing code. I have that working, with each item formatted the same way on the page ...
  10. Replies
    4
    Views
    2,550

    I'm trying to parse my data from an xml file now...

    I'm trying to parse my data from an xml file now and print it out on the page based on date from my existing code. I have that working, with each item formatted the same way on the page What I'd...
  11. Replies
    4
    Views
    2,550

    This is great jscheuer1! That is a great point...

    This is great jscheuer1! That is a great point about the $(tips) function. Make perfect sense.

    Thanks so much!
  12. Replies
    4
    Views
    2,550

    Display info based on day

    Hello,

    I need some help. I'm writing a script to display information daily for everyday of the month. Each day it will display a new item (<li>). I have it pretty much working, however, I would...
  13. Replies
    4
    Views
    6,806

    Very nice!!! Thanks so much!

    Very nice!!! Thanks so much!
  14. Replies
    4
    Views
    6,806

    Thanks John! this is exactly what I was looking...

    Thanks John! this is exactly what I was looking for. Works perfectly! I actually found a shorter solution.



    <script type="text/javascript">
    $(document).ready(function(){

    ...
  15. Replies
    4
    Views
    6,806

    jQuery checkboxes

    Hello,

    I hope someone can help. I have some jQuery code to add and remove a class to toggle an image. It works for one but now I want it to work if I add other checkboxes. Currently all the...
  16. Replies
    4
    Views
    8,303

    That work great!!!! Thanks allot John!!! Once...

    That work great!!!! Thanks allot John!!! Once again, you came to my rescue!!!

    Cheers!
  17. Replies
    4
    Views
    8,303

    Thanks John this works great! I've been playing...

    Thanks John this works great! I've been playing around with generating the initial values instead of hard-coding with no luck. How would I code it to do that?
  18. Replies
    4
    Views
    8,303

    Add counter to jquery slider

    Hello,
    I need some help. I have some code to create a slider. Now I want to add a counter functionality to what I currently have. (i.e. 1 of 9). Could someone help?

    Thanks!



    <!DOCTYPE...
  19. Replies
    2
    Views
    9,275

    Thanks John! This is exactly what I was looking...

    Thanks John! This is exactly what I was looking for!!!!



    Cheers!
  20. Replies
    2
    Views
    9,275

    jQuery image slider with image counter

    Hello,

    I'm looking for a jQuery plugin. It's an image slider that has the left/right arows as well as an image counter (2 of 25). Does anyone know where I can find one of these?


    Thanks!
  21. Replies
    2
    Views
    2,274

    Thanks so much for your tips and help John! I'm...

    Thanks so much for your tips and help John! I'm still trying to learn jQuery, but I have a long way to go.

    BTW - That cookie script is throw away, I just needed something to create a cookie for...
  22. Replies
    2
    Views
    2,274

    String Object Method Help

    Hello,

    I was able to solve an issue I had in previous post in writing some code to grab a section of a cookie value string (2 letter state ex MD) and check against it to do something. That was...
  23. Replies
    2
    Views
    7,650

    I just figured it out! here is what I have: ...

    I just figured it out! here is what I have:



    <script>
    window.onload=function(){
    var state = getCookie("location").slice(-2);
    var Image1 = document.getElementById("image1");...
  24. Replies
    2
    Views
    7,650

    Show/hide div based on cookie value

    Hello all,

    I need some help! I am trying to finish a script that shows a particular div based on the last 2 chars in the cookie value. I have the cookie part done. I just need a little help...
  25. Replies
    2
    Views
    2,000

    Thanks so much Vic! this is exactly what I was...

    Thanks so much Vic! this is exactly what I was looking for!

    Cheers!
Results 1 to 25 of 75
Page 1 of 3 1 2 3