what is the difference between ajax and jquery and which one is better ?
I am confused about using ajax or jquery so I want to know what the differences are and which one is better such as performance and complexity . ...
I am confused about using ajax or jquery so I want to know what the differences are and which one is better such as performance and complexity . ...
I'm working on a mvc application that uses jquery to implement dynamically loading page content using jquery.load and/or jquery.ajax. But when the user uses the back button in these kind of applications, the result for the user is often unexpected. I've seen articles like RSH from google that claim to solve this problem, but I'm not sure...
I'm using Flexigrid to display paginated data and it works very well. Now I need to add links to all the rows ("edit", "view", "delete") and honestly I have no idea how to proceed with it. Is there something that I could use right out of the box? The basic idea is to have an additional column with small icons for those 3 links and not t...
Hi, I can't seem to get the jQuery.ajax() function posting back any of my asp.net generated form controls. I've put a break point on the server side and there aren't any values. Is there a way around this or do I have to build up a list of what I want sent back? Another question slightly off topic, but it seems that although jQuery i...
Hi, I am manipulating some data in ms ajax and return a string which I insert into a textbox by using jQuery.val(). Unfortunately the textbox doesn't intrepret either or \n, so how can I make it render the text inside textbox so it still looks nice? Update (by request): I use something similar to this: var sendEmailText = Hi, you foun...
Righteo, Just started messing with Jquery, and I can update a database etc with it, but I want to know if there is a way to display new info posted into a database (even if it is not what was just posted) without a reload etc. Don't write it out for me, just point me in the right direction... I want to pull it together myself.. best way...
I have a 47-page word document containing information about all the functions on a website including screenshots etc. The document is created using styles in word and has a table of content. What would be the best way to convert this document into a nice online help? I want the users to be able to search the text and browse the informa...
I have a datepicker which is used within the jQuery dialog object. The source of the dialog's content is loaded using .load(). Within the dialog I created a script which creates a datepicker for the text input. $("#date").datepicker({ ... }); When I open the dialog for the first time - everything is okay, but if I close it and reopen ...
I have a page with a jqueryui tabset on it. I'd like to be able to open the page with tab other than the first tab selected. If I have four tabs on the page I need to be able to select any of the four to be the 'open' tab. This maybe a link from another page or a link from a page in the same frameset. Under the covers everything is P...
Hi, I am experimenting with Jetpack and I would like to parse all the years in a given html page and then wrap the year with a link to the Wiki page. I tried the code in jquery and there it works but now I am using it in Jetpack and it gives an error $(doc).replace is not a function. I am definitely new to Jquery / Jetpack so maybe I am ...
What i want is that when the timer has reached the end-date and time it automatically start over but by counting down from 60 seconds. Im new to jquery and im strungling with this problem for almost 3 days and i cant get it running. My countdown is working perfectly with the end-data inserted from the database but when it reaches the end...
I have a table inside of a Div, containing 8 images, I want to fire a mouseout event for either the table or the div, but it doesn't fire. I'm guessing this is because the mouse is actually leaving each of the images, or the td, or the tr etc... is there a way to get the mouseout event for the entire table to propagate up so that it is...
I have a div that is generated html via Expression Engine. I'm using ajax submit: $('#login-form').ajaxForm({ // success identifies the function to invoke when the server response // has been received; here we apply a fade-in effect to the new content success: function() { $("#panel").RELOAD!!();//Just refresh this...
If you were to hire a javascript developer would you expect them to know jquery? I just started using stack overflow this week and knew that jquery led the pack, but didn't realize the extent of it until I noticed that MooTools (my favorite) has 59 questions while jquery has over 4000. (of course, a good statistician could attribute jqu...
Hi all, I've successfully been able to create 2 DIV's, and at run time populate the 1st DIV with a whole bunch of objects, all with the .drag class. The 2nd DIV has the .drop class, and is waiting for the user to drag and drop some objects into it. The problem is, whenever I try to drag an object outside of the 1st DIV, a scroll bar app...
I attempted to ask this question last week without a resolution. I am still unable to get this to work. What I would like to do is submit data entered through a WYSIWYG javascript editor to a JQuery script I have that will first tell the user if they are trying to submit an empty textbox The last thing I need it to do is tell the user if...
I've been working on this all day and I'm stuck here... I'm making a slide-down login-form that is submitted with the jquery ajax.form plugin. The effects work, the submission works. But when you put them together they don't work... This is for expression engine, so the {if} tags are just EE conditionals. See that the content changes ...
Hi all, I'm using a jQuery plugin called "Cycle" and I am having issues with the CSS for it in IE, it looks perfect in Opera, FF, Chrome and Safari, but IE is cracking the sads.. www[dot]photographicpassions[dot]com/home You will see the "latest work" on the right hand side and the thumbnails below the main image, in FF, Safari, Chrome...
i trying to make html image <area coord tag more clear to viewer. any javascript sample to make those coordinate blinking effect or similar as long as it each coord is clear to viewer? p/s: problem with paste < area .that why you didn't see the full of my message.sorry repost ...
Anyone know why the following JQuery expression works in Firefox but not in IE or Chrome? $('form :hidden:last').attr('name') An alert statement reveals that in IE the expression is undefined. UPDATE: Here is some HTML that fails. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict...