blur
Image "gradient blur"
in my application, I need to apply a blur-filter to an image. However, the 开发者_开发百科effect should get stronger, the further the pixel is away from a line the user may draw freely in the image.[详细]
2023-03-09 18:39 分类:问答jQuery - Preventing submission of unsaved form
I have a table of customers, each row has a method which pops down an inline form, displaying the customers details. Also on this page is a search, some tabs, and some href links & functions.[详细]
2023-03-07 16:36 分类:问答jquery IE8 - using live('blur', function) and live('change',function) together
Ok, I have a weird problem with IE8 and jQuery.See the code below: <!DOCTYPE html> <html dir=\"ltr\">[详细]
2023-03-07 15:58 分类:问答How can I blur and dim an image to be used as an activity background?
Like the title says: I want to blur and darken a downloaded image. 开发者_运维技巧The BlurMaskFilter in the SDK sounds relevant, but I can\'t find any documentation on it.[详细]
2023-03-06 23:01 分类:问答Jquery blur running twice--why?
I\'m working on creating my own gradebook that works as AJAX.At its base a table with editable cells.User clicks on a cell to enter the grade, and when they click off the cell the grade is sent to the[详细]
2023-03-06 10:05 分类:问答jQuery .focus (on field X) causes .blur (on field X) to get invoked
Does anyone know why the jQuery .focus function would cause an onblur event to get called.The reason I ask is because in my JavaScript custom psuedo class, I am calling this.[详细]
2023-03-06 02:28 分类:问答Browsers do not recognize blur/focus in this code block
The items used in this code are loaded via AJAX. That is why I am using live(). But blur/focus are not recognized. Click() is but not blur/focus.[详细]
2023-03-04 12:02 分类:问答iOS / GLES2: How to achieve Glow Effect
I have a compass style needle,free to spin. I need it to glow when itapproaches a certain orientation,say 55 degrees.[详细]
2023-02-28 12:55 分类:问答HLSL : multi pass shader?
I\'m writing a shader that make a blur effect on a texture rendered form the scene. I need to do that in 2 passe, so with the pass P0 i make a horizontal blur, and in pass P1 the vertical one.[详细]
2023-02-26 14:12 分类:问答jQuery - Preventing autocomplete select triggering blur()
I\'m trying to prevent blur to happen when select: in autocomplete is called. (select: is called when the item is clicked on suggestion box of autocomplete)[详细]
2023-02-26 09:38 分类:问答