PDA

View Full Version

: Anyone know Javascript?


Armind
11-11-2013, 12:29 PM
I need urgent help. PM me please. :badpokerface:

Recon604
11-11-2013, 12:34 PM
are u in CPSC 1150? I might be able to help but I just started learning it

Armind
11-11-2013, 12:37 PM
are u in CPSC 1150? I might be able to help but I just started learning it

Nope, it's in regards of building a website.

ForbiddenX
11-11-2013, 01:00 PM
Sent you a PM :D

Armind
11-11-2013, 01:03 PM
Sent you a PM :D

YGM! :fullofwin:

Armind
11-11-2013, 09:15 PM
If anyone's up late tonight and willing to help, please PM. :QQ:

Armind
11-12-2013, 07:57 AM
:crazy2:

c_loke
11-12-2013, 12:41 PM
Any specific question? I might be able to help.

trancehead
11-12-2013, 01:13 PM
feel free to shoot me a PM too

JS developers here on RS should stick together

Armind
12-04-2013, 09:15 PM
bump

Armind
12-14-2013, 12:41 PM
Is there a way to load an html page within a section of a webpage (without www.example.com/xxxxxxx)?

c_loke
12-14-2013, 01:05 PM
You could use an iframe.

HTML iframe tag (http://www.w3schools.com/tags/tag_iframe.asp)

Armind
12-16-2013, 06:34 PM
You could use an iframe.

HTML iframe tag (http://www.w3schools.com/tags/tag_iframe.asp)

Will I be able to make it responsive? /noob :badpokerface:

Armind
12-17-2013, 03:43 PM
Can anyone extract the code for the slider from Infinity » Pump Up the Volume (http://themetrust.com/demos/infinity/?projects=pump-up-the-volume?)

Been trying to extract/find one online but no luck. :okay:

c_loke
12-17-2013, 10:58 PM
http://www.woothemes.com/flexslider/

?

Armind
12-29-2013, 02:51 PM
How do I replace a div with an iframe?

Trying to get sub links to open up in iframes in which does not exist yet. The section I want to replace is div but iframes does not exist yet. Not sure if I make any sense..

/noob :badpokerface:

iamed
12-30-2013, 12:46 PM
Ajax/jQuery - Load webpage content into a div on page load? - Stack Overflow (http://stackoverflow.com/questions/9963799/ajax-jquery-load-webpage-content-into-a-div-on-page-load)

this doesn't need an iframe, you can use jquery

Armind
12-30-2013, 01:30 PM
This is too confusing.. :fuuuuu:

Cillu
12-30-2013, 07:31 PM
If you look into jquery, there's a .load() and .get() function you can use.