Forum: JavaScript / DHTML / AJAX Oct 29th, 2009 |
| Replies: 1 Views: 225 Hey,
Im wondering if someone could tell me how to set a variable depending on the link that is clicked than pass it to php.
It's for a rating plugin - The links will be numbers 1 - 5 and need... |
Forum: JavaScript / DHTML / AJAX Oct 26th, 2009 |
| Replies: 4 Views: 804 Hey jomanlk
thanks for the advice, after reading here for a bit I see that passing variables from javascript to php can mostly onyl be done with a form or cookie.
So I will just use javascript... |
Forum: JavaScript / DHTML / AJAX Oct 25th, 2009 |
| Replies: 4 Views: 804 Hey,
I was wondering how to obtain a hash value and pass it to php.
URL:
http://www.mydomain.com/#id=110
All I want to grab is just the "110".
This is my javascript code: |
Forum: JavaScript / DHTML / AJAX Jul 2nd, 2009 |
| Replies: 2 Views: 634 I apologize as soon as I sent this I remembered I started the thread in wrong are, not sure how to move this but if a mod could delete this ill make new post in php.
Thanks :$ |
Forum: JavaScript / DHTML / AJAX Jul 2nd, 2009 |
| Replies: 2 Views: 634 hi all,
I am wondering if someone could give me a quick hand with some php im trying to edit in Wordpress.
Heres the original peice I am trying to edit:
<div class='dateauthor'>
... |
Forum: JavaScript / DHTML / AJAX Jun 25th, 2009 |
| Replies: 3 Views: 1,707 Hey Fungus,
Sorry for the late reply I was out in the mountains yesterday.
Thanks a lot for the help it is working perfect.
Like I mentioned the code is messy just because I kept adding... |
Forum: JavaScript / DHTML / AJAX Jun 24th, 2009 |
| Replies: 3 Views: 1,707 Hey,
I was wondering if someone could help me with this.
I want to, when an anchor link is clicked, the id of the link is grabbed by jquery then passed to a function. The id is would be the... |
Forum: JavaScript / DHTML / AJAX Jun 19th, 2009 |
| Replies: 0 Views: 1,207 Hi all,
Thanks for any help anyone could give.
I am using Jscrollpane to customize my scroll bars. I have the plugin working but what I am wondering is how to implement scrollBy function to... |
Forum: JavaScript / DHTML / AJAX May 22nd, 2009 |
| Replies: 6 Views: 1,636 Hi,
Thanks luckychap, works perfectly. Sorry i didnt get it the first time round', but i need "javascript for dummies" - thanks a lot for the help. |
Forum: JavaScript / DHTML / AJAX May 22nd, 2009 |
| Replies: 6 Views: 1,636 Hi again,
I decided to use windows.location as I have no control on what information I can put in the links themselves.
<script type="text/javascript">
var currentURL =... |
Forum: JavaScript / DHTML / AJAX May 22nd, 2009 |
| Replies: 6 Views: 1,636 Hey,
Thanks for the reply, I will try the code from luckychap see if I can get it working.
Here's what I tried first with php.
<input type="text" name="t3" id="t3" value="<?php... |
Forum: JavaScript / DHTML / AJAX May 22nd, 2009 |
| Replies: 6 Views: 1,636 Hi there all,
I want to grab information from an url with anchors and I suppose this can't be done with php, as ive been told and that it would have to be done with javascript.
I am wondering... |