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...
Type: Posts; User: bigalo; Keyword(s):
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...
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.
YES! this is what I was trying to figure out. I'll give it a try! Thanks again.
I've decided to just build out the hrefs in the code instead. and parse the link url from the xml file.
Thanks!
That ideas was just an idea. I'll be fine with what I currently have. Thanks anyway.
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...
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.
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...
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 ...
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...
This is great jscheuer1! That is a great point about the $(tips) function. Make perfect sense.
Thanks so much!
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...
Very nice!!! Thanks so much!
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(){
...
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...
That work great!!!! Thanks allot John!!! Once again, you came to my rescue!!!
Cheers!
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?
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...
Thanks John! This is exactly what I was looking for!!!!
Cheers!
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!
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...
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...
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");...
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...
Thanks so much Vic! this is exactly what I was looking for!
Cheers!