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.05
seconds.
Search:
Posts Made By:
Uzbekjon
Forum:
JavaScript frameworks
08-13-2009, 01:28 PM
Replies:
1
jQuery
jqm plugin: use variable for ajax call issue
Views:
2,307
Posted By
Uzbekjon
Most probably url is undefined! You should...
Most probably url is undefined!
You should probably combine those two click events into the one:
$('a.edit').livequery('click',function(){
url = $(this).attr('href');
...
Forum:
JavaScript frameworks
08-13-2009, 01:23 PM
Replies:
2
More jQuery, Prototype Conflicts Help!!
Views:
1,239
Posted By
Uzbekjon
To start with, you're including 2 jquery.js...
To start with, you're including 2 jquery.js files. One from google servers and one from your server.
Anyway, try to put jQuery.noConflict() code before prototype code like this:
<script>...
Forum:
JavaScript frameworks
08-13-2009, 01:18 PM
Replies:
3
jQuery Toggle Help
Views:
1,502
Posted By
Uzbekjon
1andyw's solution is the best way to go. ...
1andyw's solution is the best way to go.
Also, I would also like to point out that if you'd put your div hiding code into the document ready it would have worked as well. Just pointing it out so...
Forum:
JavaScript frameworks
08-13-2009, 01:08 PM
Replies:
2
[jQuery] setTimeout issue
Views:
3,323
Posted By
Uzbekjon
The problem is that javascript can not find...
The problem is that javascript can not find heartbeat() when it's being run. You should either declare your function out of the plugin (global namespace) or refer to your function with the full path...
Forum:
JavaScript frameworks
08-13-2009, 12:44 PM
Replies:
1
jQuery problems
Views:
2,265
Posted By
Uzbekjon
Well, it seems that it is a problem related to...
Well, it seems that it is a problem related to this and being able to access this.container. The first thing that pops into my mind is using jQuery.noConflict();...
Forum:
JavaScript frameworks
05-02-2009, 11:14 AM
Replies:
1
Help tweaking Jquery Nav Script
Views:
1,135
Posted By
Uzbekjon
If you are trying to check for class existance...
If you are trying to check for class existance you can use .hasClass() method.
Forum:
JavaScript frameworks
05-02-2009, 11:12 AM
Replies:
3
jQuery question
Views:
2,007
Posted By
Uzbekjon
You could also use a jquery easing plugin...
You could also use a jquery easing plugin (http://gsgd.co.uk/sandbox/jquery/easing/).
Forum:
JavaScript frameworks
05-02-2009, 11:08 AM
Replies:
2
jQuery Delete a table row
Views:
12,973
Posted By
Uzbekjon
Also for more detailed code to remove rows from...
Also for more detailed code to remove rows from table can be found here (http://jquery-howto.blogspot.com/2009/05/remove-bottom-table-row-using-jquery.html). Post is called "How to remove bottom...
Forum:
JavaScript programming
04-15-2009, 03:43 PM
Replies:
1
ID Tags
Views:
752
Posted By
Uzbekjon
They probably meant the use of javascript in your...
They probably meant the use of javascript in your document and giving an ID to your page element and getting it's value later.
Here is a resource...
Forum:
JavaScript frameworks
04-15-2009, 03:39 PM
Replies:
1
jQuery
Problems with AJAX POST
Views:
1,171
Posted By
Uzbekjon
What is in your "get_string" ?
What is in your "get_string" ?
Forum:
JavaScript frameworks
04-14-2009, 04:12 PM
Replies:
3
jquery click command not working on dynamically added html
Views:
11,208
Posted By
Uzbekjon
This is because you are binding your click event...
This is because you are binding your click event to the element that is not yet created. To overcome this problem use .live() function available in jQuery 1.3 as Iszak suggested.
If you are using...
Forum:
JavaScript frameworks
04-14-2009, 04:09 PM
Replies:
2
jQuery - animated image swap
Views:
19,614
Posted By
Uzbekjon
I came across this thread while searching for...
I came across this thread while searching for "jquery image swap".
Thought I would share with you the article I found on jquery image swap...
Forum:
JavaScript frameworks
03-16-2009, 03:15 PM
Replies:
3
jQuery effects-- cross browser compabilities
Views:
1,715
Posted By
Uzbekjon
If you can add an id or class to your div you can...
If you can add an id or class to your div you can just apply your effects to that div only... leaving out the td element...
Forum:
JavaScript programming
02-14-2009, 10:01 AM
Replies:
17
RegExp format to only validate (###) ###-#### in form.
Views:
1,725
Posted By
Uzbekjon
Recently I had the same requirement for one of my...
Recently I had the same requirement for one of my projects and found jquery masked input plugin (http://digitalbush.com/projects/masked-input-plugin/) very useful. You can define your own masks and...
Forum:
JavaScript programming
02-14-2009, 09:57 AM
Replies:
2
plugin for stock or busines news feed
Views:
1,192
Posted By
Uzbekjon
Is jones2304 spam bot or am I mistaken ??? ...
Is jones2304 spam bot or am I mistaken ???
@Ratareina, I would suggest using jQuery and one of the many jQuery RSS plugins (http://www.google.com/search?q=jquery+rss+plugin).
Good news is that...
Forum:
DOM and JSON scripting
02-14-2009, 09:48 AM
Replies:
2
doing a mouseover within a function
Views:
996
Posted By
Uzbekjon
And it seems like you are closing your unordered...
And it seems like you are closing your unordered list but never opening it again:
view=archive&Itemid=66"><span>Feedback</span></a></li></ul>';
Forum:
JavaScript programming
02-14-2009, 09:41 AM
Replies:
7
Access to restricted URI denied code 1012
Views:
33,796
Posted By
Uzbekjon
I came across this error as well but mine poped...
I came across this error as well but mine poped up when I was working with xmlhttprequest object. A quick search (http://www.google.com/search?q=access+to+restricted+uri+denied%22+code%3A+%221012)...
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
05:18 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.