Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 17 of 17
Search took 0.19 seconds.
Search: Posts Made By: bolo77
Forum: JavaScript frameworks 03-10-2013, 12:21 PM
Replies: 3
Views: 255
Posted By bolo77
solved

i solved the problem by loading the first li tag with its content so i could get its height value and append it to the other li's tags. Next i hide the first li again and then continue with my normal...
Forum: JavaScript frameworks 03-09-2013, 06:57 PM
Replies: 3
Views: 255
Posted By bolo77
simplified example

$(window).load(function() {
var imgHeight1 = $('.' + divID +'_col').height();
console.log(imgHeight1)
// correct height is returned. How do i send this to the document.ready function...
Forum: JavaScript frameworks 03-09-2013, 04:43 PM
Replies: 2
Views: 292
Posted By bolo77
could something like below work? $('#'+...

could something like below work?

$('#'+ divID).mouseenter(function(){

$(".square.one").filter(':not(:animated)').animate({width:"+=10px"},200);
//do something
...
Forum: JavaScript frameworks 03-09-2013, 04:14 PM
Replies: 3
Views: 255
Posted By bolo77
waiting for a window.load value

Hi,

im attempting to read the height value of an element which doesnt have its height specified.

If i get its value within document.ready then it intermittently returns the wrong value as...
Forum: JavaScript frameworks 09-16-2012, 12:41 PM
Replies: 1
Views: 457
Posted By bolo77
resolved

i had to go to the parent element in order to find the data.
Forum: JavaScript frameworks 09-15-2012, 05:39 PM
Replies: 1
Views: 457
Posted By bolo77
problem with jquery cycle when using slideExpr option

Hi, im using the demo from http://www.backslash.gr/content/blog/webdevelopment/2-create-beautiful-slideshows-with-jquery-cycle

one of the things i need to do is use the jquery cycle plugin option...
Forum: JavaScript frameworks 01-17-2012, 05:47 PM
Replies: 2
Views: 321
Posted By bolo77
Hi yes youre right. So i took a step back to and...

Hi yes youre right. So i took a step back to and manipulated the original data. Its all quite a challenge! Ill ensure I post more complete information in future.

Thanks, really great forum!
...
Forum: JavaScript frameworks 01-17-2012, 02:11 PM
Replies: 2
Views: 321
Posted By bolo77
retrieving particular values from array

Hi

I have some data in the following format

Title,heading1,heading2
title1,value1,value2
title2,value1,value2


im trying to loop through the data and just retrieve all title values. So...
Forum: JavaScript programming 01-09-2012, 12:08 PM
Replies: 16
Views: 1,241
Posted By bolo77
Hi xelawho i needed to do this. var List...

Hi xelawho i needed to do this.


var List = new Array(); // new array
List = String.split('\n') ; // split at \n
// console.log(String);
// console.log(List);

// join the list...
Forum: JavaScript programming 01-09-2012, 01:19 AM
Replies: 16
Views: 1,241
Posted By bolo77
Thanks for the explanation guys! The final...

Thanks for the explanation guys!

The final issue im having is converting a variables value from

fresh frozen Damaged Unknown

to
"fresh" "frozen" "Damaged" "Unknown"

It needs to be in...
Forum: JavaScript programming 01-08-2012, 06:09 PM
Replies: 16
Views: 1,241
Posted By bolo77
Hi oVTech that works as welll. So which method...

Hi oVTech that works as welll. So which method is more effecient considering both work does it matter which one i use?

Thanks
Forum: JavaScript programming 01-08-2012, 04:34 PM
Replies: 16
Views: 1,241
Posted By bolo77
Thanks xelawho works perfectly :)

Thanks xelawho works perfectly :)
Forum: JavaScript programming 01-08-2012, 04:24 PM
Replies: 6
Views: 341
Posted By bolo77
could you set the iframes width to 0px? ...

could you set the iframes width to 0px?

<script>
$(document).ready(function() {
$("iframe").css("width", "0px");

});

</script>
Forum: JavaScript programming 01-08-2012, 02:25 PM
Replies: 16
Views: 1,241
Posted By bolo77
Hi OvTech, much appreciated, your solution has...

Hi OvTech, much appreciated, your solution has definately helped. now i just need to fidure out how to rewrite the values with their type changed back to the main array.


// change value field...
Forum: JavaScript programming 01-08-2012, 12:32 PM
Replies: 16
Views: 1,241
Posted By bolo77
Hi i wanted to take this slightly further and im...

Hi i wanted to take this slightly further and im unsure how to achieve this.

The array length is of a variable length. so for example it might be
[["Apple", "64"], ["Banana", "20"], ["pear",...
Forum: JavaScript programming 12-23-2011, 05:23 PM
Replies: 16
Views: 1,241
Posted By bolo77
thank you

Hi I used the solution from xelawho and this worked perfectly, i cant thank you enough :)
Forum: JavaScript programming 12-23-2011, 03:16 PM
Replies: 16
Views: 1,241
Posted By bolo77
trouble with array

Hi i start of with a some csv data and convert this into an array. The resulting array looks like the following

[["Apple", "64"], ["Banana", "20"], ["pear", "12"], ["Orange", "16"]]

But i need...
Showing results 1 to 17 of 17

 
Forum Jump

All times are GMT +1. The time now is 07:05 AM.