Go Back   CodingForums.com > Search Forums

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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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&amp;Itemid=66"><span>Feedback</span></a></li></ul>';
Forum: JavaScript programming 02-14-2009, 09:41 AM
Replies: 7
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

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