Why isn't this issue being addressed?
Type: Posts; User: Nile; Keyword(s):
Why isn't this issue being addressed?
@ddadmin: This still isn't fixed. Also, for some reason, there's the text "wsazZ" at the top left of this page.
@traq I'd recommend against excluding those methods just so that they don't take up space, though. Furthermore, I recommend that you only include jQuery (if you're going to use it at all......
You're going to need to provide a little bit more information. What about the slideshow do you want to delay? Or is this on a whole different issue?
Usually, without knowing specifically what you...
No problem. There's still two instances where it uses the source attribute above the correction you made.
No problem, I'm glad to help :D
In an effort to keep things organized, you have the option to set a thread to resolved when an issue is fixed. To make the status of the thread resolved:
1. Go to...
Alright -- just wanted to make sure we were all doing the same thing.
I've given it a few tries and I am witnessing the effect you're talking about intermittently (i.e, it does work some of the time, but other times it doesn't). I'm making a hypothesis that it has...
1) Script Title: Accordion Content script (v2.0)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ddaccordion.htm
3) Describe problem: If you scroll down to "Set up...
In an effort to keep things organized, you have the option to set a thread to resolved when an issue is fixed. To make the status of the thread resolved:
1. Go to your first post
2. Edit your first...
@Beverlyh - Just to make sure, did you copy and paste what you pasted above? I found an error in the documentation where it incorrectly says src instead of href (I had to debug for like 10 minutes...
Are you referring to the htaccess file when you say file? Also, could you be a little bit more clearer on what the question is. I'm not completely sure I understand the issue.
Tested solution: Find the following lines (67-69) and add what's highlighted. You could also, instead, just copy and paste this whole file.
if (ajaxinfo.status!="complete"){...
That's odd. I'm going to set this up locally and give it a try. In the meantime, restore to default and find the following lines (94-100):
if (ajaxinfo.status=="none" ||...
Sorry about the troubles. I was able to look through the file, so this should do the trick if I'm not mistaken. Restore to the original file and delete the following line (line 60, for...
Something like this should work
text = text.replace(/\t{5}/m, "");
I'm just guessing here, but open up ddaccordion.js and delete the following line (you can find it using CTRL+F).
ajaxinfo.status="loading" //set ajax status to "loading"
HTC Rezound running Android 4.0.3
Internet (default installation) - both enabled as expected
Chrome 18.0.1025469 (latest) - both enabled as expected
Firefox Aurora 19.0a2 (latest) - both enabled...
Go to jsfiddle.net and paste all of you're HTML, CSS and Javascript in the boxes. Then press the "Save" button in the top bar.
I'd suggest taking a look at Crockford's page on "Classical Inheritance in Javascript"
http://www.crockford.com/javascript/inheritance.html
Seems like a bad idea in general, but you could use the `target` attribute to target an iframe's ID.
<iframe id="uniqueID"></iframe>
<a href="http://dynamicdrive.com"...
Either link directly to the blog or install the wordpress cms onto your site. Don't use an iframe. Those two are really your best options.
I think you mean $_POST = array();
There's no set function in PHP...
I mean, not specifically. I thought ddadmin wanted the button to be as it was originally. But it really is fine.