Our Scripts Vault contains many game scripts that you can use to create your own game!
What you wrote is hash symbol, not pound symbol. If you do not see hash, check your browser "character's settings" (I forgot how it was called in English, I mean the thing that make your computer interpret what alphabet is used).
What you wrote is http://en.wikipedia.org/wiki/Number_signif you see http://en.wikipedia.org/wiki/Pound_sign then you need to change your browser settings.
"example.com/php?action=killme&areyousure=yes#anchor"It's not PHP but HTML. Read about anchors.
It's officially called the fragement identifier. It's used to link to a section within a document.http://en.wikipedia.org/wiki/Fragment_identifierFor example, on that page, if you click on "Examples" in the table of contents, the page will go to Fragment_identifier#Examples.In JavaScript apps it can be used for navigation within an app (without reloading the page). GMail uses this for example. It can essentially serve as an extension of the query string, but which does not cause the page to reload if a link is clicked with only the fragment being different.
edit:wow just finally got around to looking at jquery and jesus that api looks simple to use... don't know why i didn't start looking at it before...
I can send you pics of my cocks if you want reference.
Quote from: 133794m3r on February 06, 2010, 09:59:02 PMedit:wow just finally got around to looking at jquery and jesus that api looks simple to use... don't know why i didn't start looking at it before...You might want to read this: http://jqueryvsmootools.com/ if you are about to choose a js framework.