narrowed down but not solved
this causes error in ie
$('.body').block({
message: '',
css: { border: '1px solid #FFF; background: #FFF;' }})
yet this works
$('.body').block({
message: 'Processing',
css: { border: '3px solid #a00' }
});
so bit of further investigation and I now understand it
seems this may be relevant [1] but I can't find where I can parseInt - might
be a plugin that is causing the issue
I am using blockui - I thought that noticing that blockui uses this sz()
which parses the int - maybe I need to make another plugin use sz()
this results from the following
$('.tabs
following up on that when debugging I can continue through the error and it
works as expected. but with debugging off the process is interrupted
- S
2009/9/15 Sam Sherlock
> js code:
> function jLinkCall(e, a, o) {
> var jUrl = null, jArgs = null, obTitle = '';
> // console.info('jLinkCall');
3 matches
Mail list logo