Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 17 of 17
Search took 0.08 seconds.
Search: Posts Made By: mberkom
Forum: JavaScript frameworks 10-10-2009, 04:57 PM
Replies: 3
Views: 2,313
Posted By mberkom
Exclamation Okay, I've got the app online so that it can...

Okay,

I've got the app online so that it can be tested and get this issue rolled out.

http://madlibmachine.com/

First, tinker around with the app in firefox or any modern day browser and get...
Forum: JavaScript frameworks 10-09-2009, 08:58 PM
Replies: 3
Views: 2,313
Posted By mberkom
I'll be getting the app online in a couple days...

I'll be getting the app online in a couple days which has this problem. Once I do, I think you will understand what I'm saying.
Forum: JavaScript frameworks 10-09-2009, 05:57 PM
Replies: 3
Views: 2,313
Posted By mberkom
Exclamation Internet Explorer Newline Issues

I am building an application that uses jQuery to save the content of a textarea1. So, when you click the save link, it grabs the value of the textarea1 and puts it into another textarea2 from which...
Forum: JavaScript frameworks 04-16-2009, 05:59 PM
Replies: 9
Views: 3,566
Posted By mberkom
No go... I get the same error.

No go... I get the same error.
Forum: JavaScript frameworks 04-16-2009, 05:20 PM
Replies: 9
Views: 3,566
Posted By mberkom
I realize it is a known bug, but how do I get...

I realize it is a known bug, but how do I get around it? What in my code is triggering it?
Forum: JavaScript frameworks 04-16-2009, 04:37 PM
Replies: 9
Views: 3,566
Posted By mberkom
This is what I've developed so far: //loop...

This is what I've developed so far:

//loop through links, parse data, insert page
function parse_data(){
for (var i=0; i < (links.length - 1); i++) {
function ajax(){...
Forum: JavaScript frameworks 04-16-2009, 03:27 PM
Replies: 9
Views: 3,566
Posted By mberkom
And how would I do that? I think I understand...

And how would I do that? I think I understand what you are saying but does jquery have a sync request? Could you explain?
Forum: JavaScript frameworks 04-16-2009, 05:04 AM
Replies: 9
Views: 3,566
Posted By mberkom
Turn Recursive Function into FOR Loop: Solved

Here is my code:

Code removed...

I want the function in red to be a loop instead of a recursive function so that I can cut down on memory use and the possible error of the stack being filled. ...
Forum: JavaScript frameworks 03-31-2009, 07:21 PM
Replies: 4
Views: 1,567
Posted By mberkom
That was easy! I should have thought that it was...

That was easy! I should have thought that it was the link reloading the page. Thanks for the help.
Forum: JavaScript frameworks 03-31-2009, 06:51 PM
Replies: 4
Views: 1,567
Posted By mberkom
Alright, here is all my code. Problem occurs at...

Alright, here is all my code. Problem occurs at line #103 in the scripts.js file. Thanks for the help.

Code removed
Forum: JavaScript frameworks 03-31-2009, 05:37 PM
Replies: 4
Views: 1,567
Posted By mberkom
Smile Show element scrolls the page to the top: Solved

This problem solved

Okay I have another question.

In my code, using the "ajax" call I load an html div into my page, define its top and left and then make it visible using ".fadeIn()"...
Forum: JavaScript frameworks 03-30-2009, 11:55 PM
Replies: 3
Views: 29,636
Posted By mberkom
For various reasons I am unable to do as you...

For various reasons I am unable to do as you suggest. I am writing this code in the context of object oriented jquery and this ajax call is part of a method of the object "Box". The "doSomething"...
Forum: JavaScript frameworks 03-30-2009, 10:15 PM
Replies: 3
Views: 29,636
Posted By mberkom
Exclamation Ajax call after success function

This problem is solved and no longer needs any help.

I have this code and am experiencing some problems

$.ajax({
url: this.html_url,
cache: false,
success: function(html){
...
Forum: JavaScript frameworks 02-01-2009, 04:41 PM
Replies: 4
Views: 52,729
Posted By mberkom
Rangana, I am trying to select the paragraph...

Rangana, I am trying to select the paragraph .question in the first div with the class of .card and without the class of .correct. Does that help? Please ignore the quotes in nth-child. They were...
Forum: JavaScript frameworks 01-31-2009, 06:39 PM
Replies: 4
Views: 52,729
Posted By mberkom
Exclamation Jquery: Not Has Class

I've got a jquery selector I'm trying to get done and since I'm somewhat new to jquery I'm stumped. Essentially. I'm trying to get a div within divs with the class "card" that do not have the class...
Forum: JavaScript programming 06-07-2008, 05:28 AM
Replies: 1
Views: 683
Posted By mberkom
Question Special Javascript Link Help

I am wondering if there is a way to create a link that will direct you to a page on my site and then execute javascript in the url like:

<a href="page.html javascript:document.etc"></a>

I am...
Forum: DOM and JSON scripting 05-29-2008, 10:17 PM
Replies: 1
Views: 1,624
Posted By mberkom
Exclamation Replace text on different events, Help!

You may disregard this post as I figured it out with much simpler code!
I am trying to create a script that will replace text with different texts using the events onmouseover and onmouseout.
...
Showing results 1 to 17 of 17

 
Forum Jump

All times are GMT +1. The time now is 03:51 PM.