Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
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
waiting for a window.load value
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
waiting for a window.load value
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
mouseover/out issue
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
waiting for a window.load value
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
problem with jquery cycle when using slideExpr option
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
problem with jquery cycle when using slideExpr option
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
retrieving particular values from array
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
retrieving particular values from array
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
trouble with array
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
trouble with array
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
trouble with array
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
trouble with array
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
Advertisment delete
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
trouble with array
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
trouble with array
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
trouble with array
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
trouble with array
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
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
07:05 AM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.