Category "jquery"

jQuery - Execute scripts based on screen size

Is it possible to only run certain jQuery scripts if the screen/device size is above xxx pixels wide? So, for example, I only want to run a slideshow when peop

Listjs Make button for last page after filter

list.js Question: How do you create a div so when you click it, it shows the last page of the pagination, after I have done a filter. I have a list var List

Navigation idle on content download

Hello I have a website developed in cakePHP 2.10. For a while when I browse my site I realized that I have a loading time always in the order of 5 seconds even

Catching any click performed using jQuery

The noob way to do it I guess would be $('*').click(function(){...}); But is there any way I can catch any type of click, without having to register a listener

jQuery (UI): Detect checking of a checkbox

How can I make jQuery fire an event when a user checks a checkbox? <input type="checkbox" id="test" name="test" /><label for="test">Check me</lab

JQuery JQGrid local data loading issue

I've got a problem with the following code <script type="text/javascript"> var mydata = [ {id:"1",name:"foo"},{id:"2",name:"bar"} ]; jQuery(document).r

How is jQuery able to normalize currentTarget for IE?

In an event handler in a standard compliant browser, this and e.currentTarget (where e is the parameter of the handler) refer to the element to which the handle

Parameter won't work outside of $() - jQuery

I have a simple AJAX script and I am curious why the parameter won't work outside $() block: var loadWork = function(el) { //element which href will be used

Passing data from database containing new line breaks jquery

In a VB.NET project I am dynamically building a jquery using data from a database. Some data are containing new line information which are breaking the script.

How can I close the browser window after redirecting to an MS office (Word, Excel, PowerPoint) document automatically opened?

In the web application I am working on, we have some long-running processes that are in charge of getting office documents. We basically open a popup with windo

How to trigger cordova's backbutton event programatically

I'm developing a phonegap app based on jQuery mobile. I'm trying to put a button in my app, behaving like back button on android devices. I don't want just a h

What is slim in file.slim.js

Excuse my ignorance but I just installed jQuery using npm and between the jQuery files there's a file called jquery.slim.js, what is slim? I know the min stands

What is slim in file.slim.js

Excuse my ignorance but I just installed jQuery using npm and between the jQuery files there's a file called jquery.slim.js, what is slim? I know the min stands

Replace unicode space characters

I need to replace the unicode characters defined on here I have got this so far but it seems to remove all space including standard spacebar ones: var str = "

Replace unicode space characters

I need to replace the unicode characters defined on here I have got this so far but it seems to remove all space including standard spacebar ones: var str = "

What is slim in file.slim.js

Excuse my ignorance but I just installed jQuery using npm and between the jQuery files there's a file called jquery.slim.js, what is slim? I know the min stands

What is slim in file.slim.js

Excuse my ignorance but I just installed jQuery using npm and between the jQuery files there's a file called jquery.slim.js, what is slim? I know the min stands

Replace unicode space characters

I need to replace the unicode characters defined on here I have got this so far but it seems to remove all space including standard spacebar ones: var str = "

Hide start time in FullCalendar

On FullCalendar, in the month view, is there a way to hide an event's start time?

Hide start time in FullCalendar

On FullCalendar, in the month view, is there a way to hide an event's start time?